Forums

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

Home Forums CSS [Solved] FireFox problem: nested menu not relative to parent li Reply To: FireFox problem: nested menu not relative to parent li

#150877
Paulie_D
Member

I dislike all those deep selectors (nav ul li ul li a)…I just give each menu level itsown classand it makes things much clearer.

Here’s a reference version I keep around.

Hope it’s useful: http://codepen.io/Paulie-D/pen/22c4ca602bda363099133ded6bca2294

EDIT:

Try adding left:0; to the submenu css.