Forums

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

Home Forums CSS Need help with this Dropdown Menu

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
#136350
Paulie_D
Member

Also this:

#nav li:hover > ul{

position: absolute;
}

You haven’t set a `position:relative` on the parent to set the context.

#136374
Paulie_D
Member

In the meantime: http://codepen.io/Paulie-D/pen/86731daa8998d3df818160b9df55d6d9

You might want to experiment.

#136406
base0902
Participant

Thanks Paulie! I’ve been up all night trying to make it work i didn’t notice the messed up codes XD

Thanks ill try experimenting on whast you gave me :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.