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:15 pm
#96116
Member
Can’t you just use absolute positioning on that child ul? If you don’t set the position property of the parent li and set position: relative on the ‘.level2back’ block, then the sub menus will position themselves relative to that.