Hallo,
der folgende Code wird im Internet Explorer richtig angezeigt, aber im Firefox verschiebt sich der Layer um ca. 2cm nach rechts.
der folgende Code wird im Internet Explorer richtig angezeigt, aber im Firefox verschiebt sich der Layer um ca. 2cm nach rechts.
PHP Code:
<td width="645" align="left" valign="top"
background="img/layout_content_bg.jpg">
<div id="Layer1" style="position:absolute; width:0; height:0; z-index:1;">
<img src="img/layout_content_head.gif" width="645" height="58"></div>
<iframe id="content" src="start.php" style="width:645px; height:405px" allowtransparency="true" scrolling="yes" frameborder="0"></iframe>
</td>
Comment