Home › Forums › CSS › [Solved] CSS Background Image Trouble › Re: [Solved] CSS Background Image Trouble
November 18, 2009 at 7:45 am
#66752
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;
}
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;
}