View Single Post
Old 04-06-2004, 02:54 PM   PM User | #9
Garadon
Regular Coder

 
Join Date: Jul 2002
Posts: 698
Thanks: 0
Thanked 0 Times in 0 Posts
Garadon is an unknown quantity at this point
your placing your ul over it.

#menu ul {
position:relative;
left:50px;
background:transparent;
list-style:none;
margin:0;
padding-top:6px;
padding-left:30px;
z-index:3;
}

alter zIndex to 1.


most common fault when you can't select something is that u are placing something over it, it is easily checked by applying borders on elements.
and remember they should be a different color than what they cover. Elements with unbrooken border will then be the top ones.

example put:
border:black 1px solid;

in the above class and notice the difference in the border box at the edit field when you alter the zIndex.
Garadon is offline   Reply With Quote