Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS z-index Re: z-index

#58710
AshtonSanders
Participant

I’d give the position to the actual drop down UL instead of the parent UL:

Code:
#menu li:hover ul {
display: block;
position:relative;
z-index:10
}

Your link doesn’t work so I didn’t see the exact problem =/