Forums

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

Home Forums CSS sub nav not showing in IE Re: sub nav not showing in IE

#60352
apostrophe
Participant

Some consistency in your css may help. You seem to have hover styles on some list items, on others you have them on the link itself and at least once you have them on both. To work with ie they should all be on the link.
Be consistent when targetting the markup eg.

Code:
ul#navigation li a

ul#navigation li ul li a

etc.