Divkiller: Größe Proportial ändern

Beitrag lesen

Hallo Mr. Unknown.
Du wirst hier im Forum zwar ständig darüber informiert, daß Tabellen out sind und alles mit Divs machbar ist, aber auf eine Container-Lösung für so eine kleine, lächerliche Spielerei wirst du ewig vergeblich warten:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<style type="text/css">
body { margin: 0px 0px 0px 0px;}
#tab { width:100%; height:100%; border: 0px solid #000000; }
#menu {width:200px; background: #00ff00;}
#inline { width:100%; height:100%;}
</style>
<body>
<table cellspacing="0" id="tab"><tr>
<td id="menu" valign="top">&nbsp;</td>
<td><iframe id="inline" src="http://www.google.de" frameborder="0">
</iframe></td></tr></table>
</body></html>

Gruß Class Clever