Previous Message
Next Message

How to style entire table cell to act as hyperlink?

Sent by Jason Estes on 10 March 2005 21:09


On Thu, 10 Mar 2005 16:23:22 -0500, Robert J. Mirro
[EMAIL-REMOVED]> wrote:
> 
> I'm attempting to style a table cell so that the entire cell
> acts as a hyperlink. I think this will improve usability for
> the user when the actual data in the cell (the anchor element)
> is not very big (meaning it's a bit more difficult to click).

<snip>
> Here's the example to reproduce the problem:
> http://www.microserve.net/~rmirro/cssTest.html
> 
> Any help is greatly appr

You just need to add to your anchor styles:
 
..customerNumber a {
       display:block;
       height:100%;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	}
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: