|
-
Jun 22nd, 2005, 07:33 PM
#1
Thread Starter
Fanatic Member
Resizing the Browser
Hey guyz,
i wanted to resize the browser.. becusae when i run it and play it... the webpage is not automatically expanded to the maximum.. how do i set it that every time i open it,... its automatically expanded.
Lets say i want to make the browser size as 800*600.. is there anyway i can set the size herE?
-
Jun 23rd, 2005, 07:49 AM
#2
Re: Resizing the Browser
WHen you design your webpages, simply avoid using absolute values. I.e. instead of using:
Code:
<INPUT TYPE="text" width="500px" style="width:500px" />
use:
Code:
<INPUT TYPE="text" width="100%" style="width:100%" />
-
Jun 23rd, 2005, 08:35 AM
#3
Re: Resizing the Browser
javascript code:
Code:
window.resizeTo(800,600);
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
|