php - Drop down menu appearing behind images -


i can't life of me figure out why drop down when hovering on "about" menu item appearing behind images, see link http://www.ziprfit.com.au/index.php (i hope it's ok post link).

all search results suggest z-index, z-index images in there goes 6, , i've set menu 100 , still appears behind images.

on server side generated php.

thanks help.

add position: relative; in #nav ul ul

#nav ul ul { z-index: 100; display: none; position: relative; } 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -