Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with Tables Re: Problems with Tables

#98619
Senff
Participant

You should use some jQuery for that.

Basically, first create a class called “selected”.
When you click on any TD, remove the class “selected” from all TDs, and apply it to the one you just clicked.

Like this: http://jsfiddle.net/DvrEB/

Also, it’s called SatUrday.