css help
css help
Out of context: Reply #3
- Started
- Last post
- 18 Responses
- instantok0
why not make the link the width/height of the cel and change the background of the link? or are there more than 1 link in each cel?
give the cel a class and apply a hover state to the cel:
td {background: #FFFFFF}
td:hover {background: #000000}