HTML_Sever
Neues Mitglied
Hi alle zusammen.Ich habe ein problem mit einem i frame und zwar: will ich das
sich das iframe jeder fenstergröße anpasst z.b wird der i frame anders in safari
als in mozilla angezeigt :shock: hier der Code:
hoffe jemand kann mir sagen ob es möglich st den code so zu verändern
das das iframe sich anpasst.
mfg HTML_sever
sich das iframe jeder fenstergröße anpasst z.b wird der i frame anders in safari
als in mozilla angezeigt :shock: hier der Code:
HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body bgcolor="#0099FF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <div id="content" align="center">
<iframe name="FRAME1" src="test.html" width="70%" height="50%" frameborder="0" scrolling="auto"></iframe>
</div>
</body>
</html>
das das iframe sich anpasst.
mfg HTML_sever