Forums

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

Home Forums CSS [Solved] CSS Background Image Trouble Re: [Solved] CSS Background Image Trouble

#66752
apostrophe
Participant

How about this:

Code:
#topnav {
color:#FFFFFF;
font-family:tahoma,sans-serif;
font-size:95%;
letter-spacing:2px;
margin:32px 0 0 167px;
text-transform:uppercase;
}
#topnav li {
display:inline;
float:left;
margin:0 10px;
padding-bottom:10px;
}
#topnav li a {
color:#FFFFFF;
display:block;
}