
July 5th, 2003, 11:37 AM
|
|
Contributing User
|
|
Join Date: May 2003
Posts: 1,014
  
Time spent in forums: 1 Day 21 h 56 m 52 sec
Reputation Power: 14
|
|
Code:
td {
background-color: #f2f2f2;
}
td:hover {
background-color: #fff;
}
However, this is not supported in all browser (version)s.
In IE5.5 for Windows, for example, this has no effect. Mozilla and Opera 7 deal with it properly.
Hope this helps,
Jeroen
|