doch das geht. Kannst ja mal testweise diese html hier ausführen:

PHP-Code:
<html>
<
head>
    <
title>Testseite</title>
</
head>
<
body>
    <
table style="height:100%;" width="100%">
        <
tr>
            <
td valign="bottom">Menu ist ganz unten</td>
            <
td>Inhalt</td>
        </
tr>
    </
table>
</
body>
</
html