Home › Forums › CSS › Multi-column menu where all level 3-list elements start at the same place – Tricky? › Re: Multi-column menu where all level 3-list elements start at the same place – Tricky?
February 3, 2012 at 1:31 pm
#96119
Member
Thanks for the tip. I tried to follow it, but I didn’t get it to work :-/
When you say don’t position the parent li, do you mean that I’ll need to give it the inherit: ul li ul li { position: inherit; } ? That does give me the elements clearing up from their standard positioning (what’s good), but they get pushed on top of each other. But how do I then get them positioned under each other?