>ah, ok, I downloaded your htc file to test it properly, and the following 
>works for me- 

adding the z-index and position:relative a step higher on your #menu ul:



#menu ul {
    padding: 0;
    margin: 0 0 0 18px; /*sets left margin for menu*/
    list-style: none;  /*removes bullets*/  
 position:relative;
 z-index:100000;
}



Okay, the position: relative and not the z-index is what did the trick...thanks 
James!

And I have a general question on z-indexing...I see alot of really high numbers 
used for z-indexing and I'm curious as to why...I thought you only needed to 
use as many numbers as there were of elements that you are stacking. I used a 
z-index of 1 here and it worked just fine.

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