chotchstar
MIS
Hi
I'm trying to alter the appearance of some text hyperlinks using CSS. So far I've got this code in the <SYTLE> bit,
a.Link1 {color: #F5F5F5}
a.Link1:hover {color: #996699}
a.Link2 {color: #FFFFFF}
a.Link2:hover {color: #000000}
and then this in the <BODY>
<A HREF="page1.htm" CLASS=Link1>Link to page 1</A><BR><BR>
<A HREF="page2.htm" CLASS=Link2>Link to page 2</A>
The hover bit seems to work ok when I'm viewing the page through IE5.5, but not the actual link bit. (Neither are working when I view through Netscape 4.) I'm sure I've done something like this before successfully, but just can't see where I'm going wrong here.
Any help or advice would be very much appreciated.
I'm trying to alter the appearance of some text hyperlinks using CSS. So far I've got this code in the <SYTLE> bit,
a.Link1 {color: #F5F5F5}
a.Link1:hover {color: #996699}
a.Link2 {color: #FFFFFF}
a.Link2:hover {color: #000000}
and then this in the <BODY>
<A HREF="page1.htm" CLASS=Link1>Link to page 1</A><BR><BR>
<A HREF="page2.htm" CLASS=Link2>Link to page 2</A>
The hover bit seems to work ok when I'm viewing the page through IE5.5, but not the actual link bit. (Neither are working when I view through Netscape 4.) I'm sure I've done something like this before successfully, but just can't see where I'm going wrong here.
Any help or advice would be very much appreciated.