
May 14th, 2000, 08:03 PM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Can anyone help me
I am trying to use CSS within linked to a HTML Document.
The CSS file has three style definitions.
a:Hover
a:link
a:vistied
Now Ie works fine, you run the mouse over the text and it changes, but under netscape it doesn't
Why so, is there an issue with Netscape 4.61 ?
Can you even do this with netscape
Here is the CSS code:
<style>
<!--
P { font-color: #000000;
font: arial, helvetica;
font-size: 8pt;
}
A:link { font-color: #00001B;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #FF3333
}
A:visited { font-color: #1B0000;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #0000FF
}
A:hover { font-color: #001B1B;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #00FF00
}
-->
</style>
Regards: Ryan Spain
|