I'm SO close!! At least, I think I am:

http://www.raymondrodriguez.net/clients/stonewall-library

The main nav for this has a two-level drop down element that only  
seems to be working properly for Safari Mac (even Safari Win hates  
it!). FF Mac doesn't like it, FF Win almost likes it (the second  
level disappears when you try to hover over it), and IE6 doesn't even  
want to show it.

Here's what I've got for the second level:

#boxNav ul ul {
visibility:hidden;
}

#boxNav ul li:hover ul, #boxNav ul a:hover ul {
visibility:visible;
}

And for the first button that drops down:

#nav_getinvolved a {
width:92px;
background-image: url(images/nav_getinvolved.gif);
}

#nav_getinvolved ul {
width:368px;
height:13px;
list-style:none;
position:absolute;
z-index:10;
bottom:78%;
left:312px;
}

#nav_getinvolved li a {
display:inline;
float:left;
height:13px;
text-indent: -9999px;
margin:0 0 0 0;
background-repeat:no-repeat;
background-position:top left;
}

It's my first use of z-index and position:absolute so I'm sure that  
has something to do with it. Anyway, I hope one of you can shed some  
light on this for me.

Thanks,

Ray
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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