2 replies [Last post]
sirtet
sirtet's picture
User offline. Last seen 1 year 38 weeks ago. Offline
newbie
Timezone: GMT+2
Joined: 2010-08-23
Posts: 2
Points: 3

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?

Deuce
Deuce's picture
User offline. Last seen 4 weeks 5 days ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4421
Points: 1840

Maybe something like

all ยป http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

sirtet
sirtet's picture
User offline. Last seen 1 year 38 weeks ago. Offline
newbie
Timezone: GMT+2
Joined: 2010-08-23
Posts: 2
Points: 3

Well, i saw a few JS

Well, i saw a few JS solutions, but i am hoping for a CSS one...