brandy: tabelle skaliert nicht auf 100% in der höhe

habe ein komplexes gerüst an tabellen und darin eine tabelle die auf 100% höhe skalieren soll.
mit

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" >

soll diese tabelle einen raum ausfüllen der sich dynamsich ändert.

habe keine ahnung wie ich das problem lösen könnte!

lg & thx
brandy

  1. Hallo!

    Probier mal mit CSS

    body,html{height:100%;}, ansonsten alles so lassen

    Gruß
    Homer

    1. hi homer,

      kenn mich nicht aus, wo muss ich das reinschreiben?

      css hab ich so probiert:

      <table width="100%" border="0" cellpadding="0" cellspacing="0" style="height:100%" >

      hat aber auch nicht gefunkt!

      lg

      1. <style type="text/css">
        <!--
        html{
         height: 100%;
        }

        body {
         height: 100%;
        }
        -->
        </style>

        pack das innerhalb des <head> Tags

        1. geht auch nicht...

          was macht er da, da sollte er die ganze seite sklieren, oder?