Brachole
07-30-2009, 09:30 PM
I'm trying to apply this CSS to a hyperlink and for some reasons, it doesn't work. Any other font I use with this works, except for Trebuchet MS...
a.LinkTrebuchet:link {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
a.LinkTrebuchet:visited {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
a.LinkTrebuchet:hover {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #CCCCCC;
text-decoration: none;
}
a.LinkTrebuchet:active {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
Any workaround? It doesn't works in IE, Firefox, Safari, Opera or Chrome
a.LinkTrebuchet:link {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
a.LinkTrebuchet:visited {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
a.LinkTrebuchet:hover {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #CCCCCC;
text-decoration: none;
}
a.LinkTrebuchet:active {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
Any workaround? It doesn't works in IE, Firefox, Safari, Opera or Chrome