
April 5th, 2003, 06:24 AM
|
|
complete newbie
|
|
Join Date: Apr 2003
Posts: 16
Time spent in forums: 1 h 53 m 40 sec
Reputation Power: 0
|
|
|
hover attribute of CSS used with tables
i've seen a lot of examples of how to use a:hover to create rollover effects with links in CSS.
i tried doing the same thing with a <td> tag :
td {background-image:"image1";}
td:hover {background-image:"image2";}
the above did not work for me. is it even possible ? or am i limited to rollover effects in <a> tags only ?
and if it is possible, does the solution confirm to xhtml 1.0 strict ?
|