mike: iframe dynamisch an fenstergröße anpassen

Beitrag lesen

Dann benutz doch height 100% und im body ein topmargin=50.

T!M

hallo,
gute idee, funktioniert im explorer, aber leider nicht im netscape ab 6.0. netscape nimmt den rand oben von 50 an, setzt das iframe aber nicht auf 100% höhe (höhe so, als wenn gar keine angeben wäre).

oder habe ich einen fehler bei der umsetzung gemacht? :

<style type="text/css">
<!--
body { margin-left:100px; margin-right:0px; margin-top:50px; margin-bottom:0px}
-->
</style>
</head>
<body>

<iframe src="start.html" name="start" width="100%" height="100%" scrolling="yes" marginheight="0" marginwidth="0" frameborder="0">
</iframe>

</body>

für eine lösung besten dank im voraus, grusss mike