PDA

View Full Version : How do I make a table cell clickable to a URL in CSS?


youroutsider
04-19-2007, 10:45 PM
How do I make a table cell clickable to a URL in CSS? I can make the text linkable of course and the background color to change on hover, but I want the entire cell to be clickable to send a user to another URL. Is this possible? Thanksjaviers answer worked for the row the link was in, BUT, i need the entire cell to work as a link, not just the row where the link is. I have :A linkThen text underneath.I need the entire cell holding the link and text to be clickable. :(

javier
04-19-2007, 11:06 PM
absolutely. change your tag to:

mzanime2000
04-19-2007, 11:55 PM
That won't work with CSS. You'll need javascript.

cssdreams.com (http://cssdreams.com/)