Note that there are some explanatory texts on larger screens.

plurals
  1. POIE table height not stretching to max possible
    primarykey
    data
    text
    <p>Could not find any good answer from the forum. I have a table inside a td situation which I cannot avoid somehow. IE ignores the table's 'height: 100%' style and take the minimum possible height. While the ff extends the table height to fit in td</p> <p>Run this fiddle in IE 8 or up. I expect the red line to extend the entire height of the text. <a href="http://jsfiddle.net/VKG3f/" rel="nofollow">http://jsfiddle.net/VKG3f/</a></p> <pre><code>&lt;html lang="en-US" dir="ltr"&gt; &lt;head&gt;&lt;style&gt; .line { width: 5px; height: 100%; display: table-cell; min-height: 10px; max-width: 5px; background-repeat: repeat; background-color: red; } .text { text-align: left; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; max-width: 100px; } body { margin-top: 8px; } &lt;/style&gt;&lt;/head&gt; &lt;body &gt;&lt;div id="d1"&gt; &lt;table border="0" cellspacing="0" cellpadding="0" summary=""&gt;&lt;tbody&gt; &lt;tr&gt; &lt;td style="height: 100%"&gt; &lt;table border="0" cellspacing="0" cellpadding="0" summary="" style="height: 100%; overflow:scroll;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="line"&gt; &lt;div class="line"&gt; &lt;span class=""&gt;&lt;/span&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;div class="text"&gt; &lt;a title="Current Step: This is a very long text which might even go to six lines and is done to check wrapping" href="#"&gt;This is a very long text which might even go to six lines and is done to check wrapping&lt;/a&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload