Forums

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

Home Forums CSS [Solved] CSS Drop-down Nav problem! Reply To: [Solved] CSS Drop-down Nav problem!

#190430
Paulie_D
Member

Nope….sorry…I mean the div holding the menus that drops down.

The div is always the same width as the top level menu so you can put the position:relative on the parent ul rather than on each li.

Then when you apply position:absolute it will key off the parent menu so you don’t have to adjust the left value every time.

It will always be left:0.