Log in

View Full Version : CSS z-index issue



snooper
05-14-2010, 02:30 PM
hey folks

i the following URL, http://bit.ly/aUs0qt , i have an issue in IE6/7 only - the drop down menus are under the content, despite having a high z-index (30).

any ideas?

thanks!

coothead
05-14-2010, 04:30 PM
Hi there snooper,

instead of applying z-index:30 to your #nav .drop rules apply it to your #nav li rules. ;)

coothead

snooper
05-15-2010, 10:27 PM
Hi there snooper,

instead of applying z-index:30 to your #nav .drop rules apply it to your #nav li rules. ;)

coothead

wow - amazing!!!
thanks!!

coothead
05-15-2010, 10:33 PM
No problem, you're very welcome. ;)