Z.N.S.: Browserunterschiede

Beitrag lesen

abend,

<SCRIPT>
function init()
{
 if (document.all)
 {
 //INTERNET EXPLORER
   var o=document.getElementById("bgPic");
   o.src="MB_BACKGROUND.jpg";
        o.width=document.body.clientWidth;
        o.height=document.body.clientHeight;
        o.style.cssText="position:absolute;top:0;left:0;z-index:-1";

}
   else
   {
   //NETSCAPE
     var o=document.bgPic;
       o.src="MB_BACKGROUND.jpg";
        o.width=window.innerWidth;
        o.height=window.innerHeight;
 }
}
</SCRIPT>

<HTML><HEAD></HEAD>
<BODY onLoad=init()>

<img id=bgPic name=bgPic>

</BODY>
</HTML>

mfg,
(tanz das)
Z.N.S.

--
<img src="http://www.dmp-web.de/comunicout/neubauten.gif" border="0" alt="">