On 27/06/2009, at 1:09 PM, Carol Swinehart wrote:

> http://www.betteroutdoorlivingathome.com/testing/test2.html
>
> Original message
>
> Test page validates but dropdown buttons are below the text in the  
> blue
> area in IE, other browsers work correctly.
>
> Tried to apply the ie7 and ie8.js files to page but that didn't help


z-index seems harder to understand than it is because of IE's awful z- 
index bugs. People often throw these incredibly high z-index values  
into their stylesheets in the vain hope that it will force IE to work  
like a normal browser.

The fix in this case is to give #topNavigation 'position: relative'.

It works correctly in IE8, apart from the last item where the content  
of the submenu overflows. This is also the case in IE7 & IE6.

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to