html webpage resizing.

windows

Guest
Just how do you make your html page resize to fit all screen resolutions. any help appreciated!!!!!!!<!--content-->Hi,<br />
<br />
this is the script i use:<br />
<br />
<head><br />
<Script Language="JavaScript"><br />
top.window.moveTO(0,0)<br />
top.window.resizeTo(screen.availWidth,screen.availHeight);<br />
</Script><br />
</head><br />
<br />
That will resize browser to fit the users current screen resoultion.<br />
<br />
Hope that helps.<br />
<br />
Cheers<!--content-->
 
Back
Top