css help
css help
Out of context: Reply #10
- Started
- Last post
- 18 Responses
- jarredbishop0
just put it in the project_hov css class.. the javascript isnt just changing the background color of the tag, its changing the class or the td.
eg.
.project_hov
{
color: #444444;
background-color: #f9f9f9;
}