Web Hosting Talk







View Full Version : [CSS] Navigation sub-menu appearing below floated element.


robgct
08-16-2004, 07:19 PM
Hi,

I have a problem: the navigation submenu is appearing underneath the floated element (the images) that is placed under it. How can I get the navigation menu to appear 'over' the images? You can see it here:

http://serve5.net/xcage/
http://serve5.net/xcage/stylesheets/xcage.css

Thanks.

:angry:

the_pm
08-16-2004, 07:22 PM
z-index?

I didn't see it anywhere in your CSS, and this is probably what is missing. Set the number really high on the hidden menu items to ensure it shows regardless of what you end up putting on the screen later.

robgct
08-16-2004, 07:30 PM
Thanks. That fixed it.