|
-
Oct 25th, 2002, 08:29 AM
#2
Addicted Member
try something like this
<HTML>
<HEAD>
<SCRIPT LANGUAGE=javascript>
<!--
function window_onresize() {
myImg.height = window.document.body.clientHeight
myImg.width = window.document.body.clientWidth
}
//-->
</SCRIPT>
</HEAD>
<BODY onload="return window_onresize()" onresize="return window_onresize()">
<img id=myImg src="coffee.gif" style="position:absolute;left:0px;top:0px;">
</BODY>
</HTML>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|