I'm hoping somebody here can shed some light on my struggles. My menu is displaying fine in opera and moz, but chokes on ie. I've tried playing with various z-index - but the obvious ones don't do anything...
Any thoughts would be much appreciated.
All CSS site/dropdown menu. some problems in ie
Hi oddity,
Looks like you left out the link to the JavaScript file.
Hope that helps
All CSS site/dropdown menu. some problems in ie
thanks for the reply tony.
the js file is referenced within the menus stylesheet. that works fine. I actually figured out my problem after hours of staring at the same thing.
ul.level1 li.folder:hover ul.level2 {
display : block;
border-top : 0px solid #000;
position : absolute;
padding-top:20px;
top : 0 !important;
top /**/: -5px;
}
just had to change to absolute positioning. goo.
thanks a lot though,
i'll be sure to hang out around here