Home › Forums › CSS › css drop down menu issue › Re: css drop down menu issue
February 28, 2013 at 10:10 am
#126439
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.