Forums

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

Home Forums CSS css drop down menu issue Re: css drop down menu issue

#126439
Paulie_D
Member

All that is required (from looking at the link given) [and in Chrome] is to

nav ul {
z-index:1;
}

No other settings need changing.

Remove the z-index from nav…it’s doing nothing except confusing the issue.