Forums

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

Home Forums CSS horizontal dropdown menu w/full width submenu divs Re: horizontal dropdown menu w/full width submenu divs

#121806
wolfcry911
Participant

Not sure, in my tests outside of CodePen it worked. In CodePen, it works in edit mode, but not full screen mode – strange.

The absolute positioning will just as well as long as you account for it’s height elsewhere.

edit// I just checked the pen and noticed that you have the position: relative on #menu ul – but the ul is id’d as #menu, so just #menu would be the correct selector