if ('undefined'==typeof(ge_included)) { ge_included_left2load=0; ge_included=new Object(); ge_included["http://javascript.gibney.org/standards.js"]=true; function ge_require_once(src) { if(ge_included[src]) return; ge_included_left2load++; var sn=document.createElement("script"); sn.onload=function(){ ge_included_left2load--; } sn.onreadystatechange=function(){ if(this.readyState=='loaded' || this.readyState=='complete'){ ge_included_left2load--;this.onreadystatechange=null; } } sn.type="text/javascript"; sn.src=src; heads=document.getElementsByTagName("head"); heads[0].appendChild(sn); ge_included[src]=true; } function startMain() { if (ge_included_left2load<1) main(); else setTimeout("startMain()",250); } function ge_require_safestart(Obj) { Obj.safestart = function() { if (ge_included_left2load<1) Obj.start(); else { setTimeout(function() {Obj.safestart()},100); } } Obj.safestart(); } } /* www.gibney.org entry nr. 53: Table with 100% height inside a Cell */ Here is a Table (red border) with 100% height inside a cell of another table (green border). This only works if the surrounding cell has a height property as well. In opera it only works if all surrounding elements have a height property. (view the sourcecode)


this is the right cell.
Its just here to define the height of the table.

another line of text...
another line of text...
another line of text...
another line of text...
another line of text...
another line of text...
another line of text...
another line of text...
another line of text...
Text in the second table