Previous Message
Next Message

CSS Horizontal Menu: Z-Index problems with InternetExplorer

Sent by Ingo Chao on 19 April 2006 19:07


Tim Spangler wrote:
> 
> The solution involves setting the position: relative and z-index on the main 
> menu's li, not on the sub ul underneath it:
> 
> Not this:
> .links li:hover ul, li.over ul {
> position: relative;
>  z-index: 1
> }
> 
> But this:
> .links li:hover, li.over {
>  position: relative;
>  z-index: 1
> }


Yes, this is what I wrote.

Ingo


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: