Forums

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

Home Forums CSS [Solved] Help create drop down menu Reply To: [Solved] Help create drop down menu

#190777
kellyf
Participant

Update:
This CSS works mostly with a couple of issues:

#header ul.menu li ul {
display: none;
background:#eaeaea
}
#header ul.menu li:hover > ul {
display: block;
}
#header ul.menu li ul li {
float: none;
display: block;
}

Issues:
1) The main content is pushed down when the drop down list expands.

2) When a top level menu item is clicked on the color for the entire list under the page that was clicked changes to orange and the underlines do not disappear when not hovered on.

3) also the primary menu moves around when hovering over a top level menu page.

I’d appreciate any help with these issues.

penchild.org