HighDots Forums  

TD height in the presence of rowspan

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss TD height in the presence of rowspan in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Csaba Gabor
 
Posts: n/a

Default TD height in the presence of rowspan - 10-01-2009 , 05:48 AM






I'd like to understand the specific logic in why
the following effect is happening in IE6 through
IE8, while displaying as expected in FF. It is
easy to work around (by replacing the 3 rows
of the right column with a table) but I am
after understanding here.

The following 4 cell table has a left column with
a fixed height of 300px and I thought to squash
the upper two rows of the right column by
putting style='height:1%' in the relevant TDs.
This worked as expected in FF, giving me a
bottom right cell nearly as tall as the main
cell, but in IE the right column cell heights
are evenly distributed.

Any explanations for what is happening under IE?
Csaba Gabor from Vienna
Here's the table:

<table border><tr>
<td valign=top style='height:300px'
rowspan=3>Main cell</td>
<td style='height:1%'>Cell 0,1</td>
</tr><tr>
<td style='height:1%'>
Cell 1,1</td></tr>
<tr><td>Cell 2,1</td>
</tr></table>

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.