Use an ie conditional to set ie specific css. In this case for IE6, since it demonstrates the behavior you want in IE7.
http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&id=131 In this case, you want to (at the bottom of the head section) place a call to <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="assets/css/ie.css" /> <![endif]--> Within this ie6.css, start playing with a negative margin-top: on the div to pull it up. Sandra Clark ============= http://www.shayna.com Training and Consulting in CSS and Accessibility Team Fusebox -----Original Message----- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 12:34 PM To: CF-Talk Subject: Need CSS help with overlapping. How can I get the tabs to overlap the banner in IE? It's fine in FF. I know there are some vertical alignment issues but I wanted to get this part right first. I tried a few things with no luck. Here's the page: http://wtomlinson.com/cap/index.cfm The tabs were created in css tab design 2.0. pretty nifty program. Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270835 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

