Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Change the class each time, and style each class differently.
It's easier to do this from the server, but if you have a static site, you can change the class name with JavaScript by selecting the TD as a DOM object then changing its className property. Of course, you'll want to do it randomly, which requires the Math.random() method.
|