Home › Forums › CSS › Problems with Tables › Re: Problems with Tables
March 9, 2012 at 1:40 pm
#98619
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.