1) How can I make the second level DIRECTLY to the left of the parent
(instead of below and to the left)
2) How can I make it's left edge be against the right edge of the parent li (in case the text spreads the li out farther)? I'd imagine I'd have to rely on percentage padding instead of px
Got this a while ago. my bread and butter Dropdown nav CSS setup. but now looking to add a second level or dropdown.
http://codepen.io/fwhenin/pen/BKkud
2 questions.
1) How can I make the second level DIRECTLY to the left of the parent
(instead of below and to the left) 2) How can I make it's left edge be against the right edge of the parent li (in case the text spreads the li out farther)? I'd imagine I'd have to rely on percentage padding instead of pxThanks in advance
Will align the whole 3rd level menu with the 2nd level.
Then
AHH, that's what I was missing, the relative positioning on the parent li. THANK YOU