Els wrote:
>It actually is working, only the dropdowns are hidden behind 
>div#content-pane.
>I think you have to do something with z-index maybe :-)

I just had the same problem...try adding a z-index and relative position to the 
#nav ul id:

#nav, #nav ul {
 margin:0;
 padding:0; 
 background-color:#f5d9a3;
 border-top:1px solid #fff;
 border-bottom:1px solid #fff;
 list-style:none;
 height:1.7em;
 z-index: 1;
 position: relative;
}

Debbie


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to