mistergrady
Technical User
I built a very simple page with DW (just starting out). I set the linktext to display blue (#0033FF) and turn to red (#CC0033) for hover. It works fine in preview for both Ffox and IE. However, online in IE it displays black and hovers green.
Any help will be much appreciated. I've attached the CSS below for reference.
Thanks.
.toplinktext {
color: #0033FF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link {
text-decoration: none;
color: #0033FF;
}
a:visited {
text-decoration: none;
color: #0033FF;
}
a:hover {
text-decoration: underline;
color: #CC0033;
}
a:active {
text-decoration: none;
color: #0033FF;
}
.linkbackground {
background-color: #DDDDDD;
}
Any help will be much appreciated. I've attached the CSS below for reference.
Thanks.
.toplinktext {
color: #0033FF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link {
text-decoration: none;
color: #0033FF;
}
a:visited {
text-decoration: none;
color: #0033FF;
}
a:hover {
text-decoration: underline;
color: #CC0033;
}
a:active {
text-decoration: none;
color: #0033FF;
}
.linkbackground {
background-color: #DDDDDD;
}