Home › Forums › CSS › [Solved] CSS Drop-down Nav problem! › Reply To: [Solved] CSS Drop-down Nav problem!
December 9, 2014 at 9:15 am
#190430
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
.