making a table data cell clickable? how?

Question
I am creating a table with a bunch of cells that have rollover color changes.
Each cell has a text link in it that is linked.
some of the text links are rather small and don't span the entire cell so you have to make sure your mouse is over the text in order to click on the link.
is there a way to make the entire cell area clickable?
here is a sample of what I mean.
http://s89908203.onlinehome.us/here/tanya.html
thank you in advance.

Answer
As far as I know, hyperlinks can only be attached to text or images.
To get the effect you want, you could use images as rollovers rather than background attributes.
Or you could overlay the table cell with a transparent image and hook that image to the hyperlink.
Or you could overlay the whole table with one big transparent image and use the usemap option to map the coordinates of the hyperlink.
Any of those options would, however, cause you to lose the table flexibility.

Answer
Thank you Jayne..
Jim found the css to do it here -I am doing a snoopy dance-
http://www.apptools.com/examples/tdcolor.php
and I got it to actually work. LOL
http://s89908203.onlinehome.us/here/tanya3.html

Answer
That's pretty cool.
© 2007 www.aqcollection.com | Contact us |