html - DIV display priority - a slide show over a DD menu -
i have drop down menu , slide show. want dd menu on slide show, not oposite.
i have tried z-index, didn't work.
thanks.
edit: solved it, z-index wasn't in right place.
that's common one, recommend use chrome developer tools or firebug inspect element , see css properties being applied.
another gotcha elements must have css position. if item has position
of static
or no position specified, won't affected z-index
.
Comments
Post a Comment