A:link{
color: #006666;
text-decoration: none;
}
A:visited{
color: red;
text-decoration: none;
}
A:hover{
color: yellow;
text-decoration: none;
background: #006666;
}
A:active{
color: purple;
text-decoration: none;
}
td.toplinks {
background-color: #ff9966;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
padding: 0;
How do I get the entire background of the cell to change in hover, rather than just the small area around the text?
Thanks





Bookmarks