Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Screen Res.

Status
Not open for further replies.

Montroze

Technical User
Apr 20, 2001
113
CA
Was wondering if any of you know of a script that can auto-resize the screen resoltuon of a specific page to make it fit any screen/browser? and maybe a short example or script... Thanks.
 
Here'se a script than can help : it changes the background of a page in function of the screen resolution. you can use part of it to resolve your problem :

you can also use percentage value in place of absolute values for the width and height of your controls.
i.e :
replace
Code:
<Table witdh=&quot;600&quot;>
by
Code:
<Table witdh=&quot;100%&quot;>
Water is not bad as soon as it stays out human body ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top