Is it possible to set div height to 50% of a cell?

For example: http://jsfiddle.net/hyNWy/152/ (updated)

Of course, that doesn't work, but maybe there is a way to set that height for the div?

link|improve this question
Not sure what you're trying to do. Can you describe what the end result should look like? Is this close? jsfiddle.net/hyNWy/151 – jmort253 Jan 17 '11 at 2:26
No, sorry. All the div elements should have the same height (50% of a row height) jsfiddle.net/hyNWy/152 – fanat Jan 17 '11 at 9:21
feedback

1 Answer

50% will work if the height of the containing cell is defined with a absolute value, eg: http://jsfiddle.net/xE6v7/

link|improve this answer
FYI - the statement that the cell should be like it's neighbour isn't true. – Hamish Jan 17 '11 at 2:22
Yes, they have different height. And also I don't know the height of a cell, it should be dynamic – fanat Jan 17 '11 at 9:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.