Forums

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

Home Forums CSS [Solved] CSS Drop-down Nav problem! Reply To: [Solved] CSS Drop-down Nav problem!

#190433
alucard309
Participant

Still, now it messes up the top nav. This is what I have for the drop-down menus.

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
position:absolute;
margin:4px auto;
float:left;
left:-999em; /* Hides the drop down */
text-align:left;
padding:10px 5px 10px 5px;
border-top:none;
background:#159bd8;
}

Sorry! :(