Forums

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

Home Forums CSS Simple Drop Down Menu Re: Simple Drop Down Menu

#129355
barfuss
Participant

.nav_container {
text-align: center;
letter-spacing: 1px;
}

.nav_container div {
display: inline-block;
padding: 0 10px;
}

#nav_loadspin {
display: none;
position: fixed;
top: 8px; left: 8px;
z-index: 100;
}

.nav_container br {
display: none;
}

.nav_container a {
font-size: 14px;
text-decoration: none;