This might help. It resizes the background image to =the size of the clients screen...
scott@ideassoftware.com
=
<body bgcolor=3D"#000000">
<div =style=3D"height:100%; width:100%; position:absolute; top:0; left:0; =zindex:10; overflow:hidden">
<script =type=3D"text/javascript">
document.write("<img =src=3Dbackground.jpg width=3D");
=document.write(screen.availWidth);
=document.write(">");</script>
</div>
=<div style=3D"height:100%; width:100%; position:absolute; top:0; =left:0; zindex:20;">
The rest of the website goes here...
= </div>
</body>
=
|
This might help. It resizes the background image to =the size of the clients screen...
scott@ideassoftware.com
=
<body bgcolor=3D"#000000">
<div =style=3D"height:100%; width:100%; position:absolute; top:0; left:0; =zindex:10; overflow:hidden">
<script =type=3D"text/javascript">
document.write("<img =src=3Dbackground.jpg width=3D");
=document.write(screen.availWidth);
=document.write(">");</script>
</div>
=<div style=3D"height:100%; width:100%; position:absolute; top:0; =left:0; zindex:20;">
The rest of the website goes here...
= </div>
</body>
=
DOWNLOAD WEBDNA NOW!
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...