I have a table (not layout, but with dates) on my website:
http://kanuschule.ch/kurse/kurse.php
one column is a link.
I want that link to fill the whole cell, so it's hover area is the same as the cell's, but i can't find a way.
The problem is only visible when the browser window is small enough to force line-breaks in some of the other col's.
display:block on the fills the width, but height:100% won't do, since the has no height defined
(If u set height:100px on the , the link will expand).
But i want that table to stay flexible.
A value like height:10px on the let's expand the to almost 100% in Chrome, but destroys the whole table in FF.
See my point?
any idea for a solution?
Maybe something like
Maybe something like http://www.trovster.com/lab/plugins/fitted/ ?
Well, i saw a few JS
Well, i saw a few JS solutions, but i am hoping for a CSS one...
