Hello all
This is my first post as I'm a total newbie as far as css goes. I've attempted the following roll overs in CSS:
The roll overs seem to work aside from the fact that the complete TD is not being filled - only that area covered by the text. Is this possible or do I simple need to use images in layers?
Note: I would like the solution - if it exists - to be as browser friendly as possible.
Cheers!
Steiner
P.S. The CSS style looks like this:
a.effect1:link {color: ;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
background-color: transparent;
}
a.effect1:active {color: ;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
background-color: #666666;
display: block;
background: repeat;
}
a.effect1:visited {color: ;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-style: normal;
background-color: transparent;
}
a.effect1:hover {color: ;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #FFFFFF;
display: block;
background-color: #666666;
}
This is my first post as I'm a total newbie as far as css goes. I've attempted the following roll overs in CSS:
The roll overs seem to work aside from the fact that the complete TD is not being filled - only that area covered by the text. Is this possible or do I simple need to use images in layers?
Note: I would like the solution - if it exists - to be as browser friendly as possible.
Cheers!
Steiner
P.S. The CSS style looks like this:
a.effect1:link {color: ;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
background-color: transparent;
}
a.effect1:active {color: ;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
background-color: #666666;
display: block;
background: repeat;
}
a.effect1:visited {color: ;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-style: normal;
background-color: transparent;
}
a.effect1:hover {color: ;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #FFFFFF;
display: block;
background-color: #666666;
}