Hi!
<table ... style="height:100%;"> scheint auch nicht zu gehen.
Tut es doch, wenn du daran denkst, auch dem html und body Tag die Höhe 100% verpasst.
Sprich:
html, body, table {
height:100%;
}
Viele Erfolg,
Bobbele
Hi!
<table ... style="height:100%;"> scheint auch nicht zu gehen.
Tut es doch, wenn du daran denkst, auch dem html und body Tag die Höhe 100% verpasst.
Sprich:
html, body, table {
height:100%;
}
Viele Erfolg,
Bobbele