Forum Moderators: not2easy
Visually, the drop down from the first row should cover the 2nd row so you can't see the text of the 2nd row. This works in FF but not in IE. I can see the 2nd row anchor text through the dropdown. Have tried using an image as a background but I can still see the 2nd row. Tried using z-index but think I may have done that wrong.
Have tried using an image as a background...
Do you actually see the background image?
Tried using z-index but...
z-index will only have an effect on elements that have position. Has 'position' been set (other than the default 'static')?
I can see the 2nd row anchor text through the dropdown.
Have your anchors been positioned? Or are they in the flow of the page?