jadeleah
03-06-2003, 04:26 AM
I want to have the hover work on my text links & I can't find it referenced at the moment. here's the code i have:
<STYLE TYPE="text/css">
<!--
BODY {
scrollbar-face-color : #495A7B ;
scrollbar-arrow-color : #495A7B ;
scrollbar-shadow-color : #495A7B ;
scrollbar-base-color : #495A7B
:link {
Text-Decoration : None ;
a : hover{
color:red
}
-->
</STYLE>
I want to keep all that's here. Right now the text decoration none is not working, it's showing an underline. I want to get rid of that. Thanks in advance!
JadeLeah
<STYLE TYPE="text/css">
<!--
BODY {
scrollbar-face-color : #495A7B ;
scrollbar-arrow-color : #495A7B ;
scrollbar-shadow-color : #495A7B ;
scrollbar-base-color : #495A7B
:link {
Text-Decoration : None ;
a : hover{
color:red
}
-->
</STYLE>
I want to keep all that's here. Right now the text decoration none is not working, it's showing an underline. I want to get rid of that. Thanks in advance!
JadeLeah