Cryton
01-04-2003, 04:34 PM
I am designing a simple webpage. I am using the following CSS styling:
a.3dmenu {
color: #0000FF;
font-family: Verdana;
text-decoration: none;
font-size: 11px;
font-weight: bold;
font-variant: normal;
}
a.3dmenu:visited {
color: #000099;
}
a.3dmenu:hover {
color: #FF0000;
background-color: #FFFFFF;
text-decoration: none;
}
a.3dmenu:active {
color: #FF0000;
}
This works perfectly for IE. (When the user moves the mouse over a .3dmenu link, it goes red, rather than being underlined, and changes colour once it has been visited).
However, on Mozilla 1.2.1 this doesn't work at all. The items tagged with the CSS style .3dmenu just appear in a bog standard font. (Times New Roman I think)
Does anyone know why this happens and what I can do to rectify this problem?
Best wishes and thanks for reading this
Steve/Cryton
a.3dmenu {
color: #0000FF;
font-family: Verdana;
text-decoration: none;
font-size: 11px;
font-weight: bold;
font-variant: normal;
}
a.3dmenu:visited {
color: #000099;
}
a.3dmenu:hover {
color: #FF0000;
background-color: #FFFFFF;
text-decoration: none;
}
a.3dmenu:active {
color: #FF0000;
}
This works perfectly for IE. (When the user moves the mouse over a .3dmenu link, it goes red, rather than being underlined, and changes colour once it has been visited).
However, on Mozilla 1.2.1 this doesn't work at all. The items tagged with the CSS style .3dmenu just appear in a bog standard font. (Times New Roman I think)
Does anyone know why this happens and what I can do to rectify this problem?
Best wishes and thanks for reading this
Steve/Cryton