Forums

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

Home Forums CSS Firefox vs. Safari letter-spacing and line height Re: Firefox vs. Safari letter-spacing and line height

#56583
apostrophe
Participant

And the rollovers would be something like this

Code:
ul {
list-style: none;
}
ul li a {
color:#DDDDDD;
font-family:Georgia,”Times New Roman”,Times,serif;
font-size:12px;
text-decoration: none;
}
ul li a:hover {
color:#8AC293;
}