web page to auto resize

  • Thread starter Thread starter Guest
  • Start date Start date
Don't. Web visitor's really hate this.

If, however, you really can't find inner peace without doing this, check out
the sample code in this Web page:

http://www.interlacken.com/fp11iso/ch19/windowsize.htm

(Hint: Look at the Resize links at the left of the page.)

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Or (as Jim cautions) better still to resize your page content to fit the Users Screen
- say using % width tables

--




| Don't. Web visitor's really hate this.
|
| If, however, you really can't find inner peace without doing this, check out
| the sample code in this Web page:
|
| http://www.interlacken.com/fp11iso/ch19/windowsize.htm
|
| (Hint: Look at the Resize links at the left of the page.)
|
| Jim Buyens
| Microsoft MVP
| http://www.interlacken.com
| Author of:
| *----------------------------------------------------
||\---------------------------------------------------
||| Microsoft Windows SharePoint Services Inside Out
||| Microsoft Office FrontPage 2003 Inside Out
|||---------------------------------------------------
||| Web Database Development Step by Step .NET Edition
||| Microsoft FrontPage Version 2002 Inside Out
||| Faster Smarter Beginning Programming
||| (All from Microsoft Press)
||/---------------------------------------------------
| *----------------------------------------------------
|
|
| "kw" wrote:
|
| > How do I program a web page to auto resize to various screen size...
 
Thank you for getting back so quickly. I should asked what I wanted to know.
The web page keeps resizing automatically to the browser it looks fine when
previewed but when previewed in msie6 the page resizes and everything on the
page gets jumbled. How did I cause this? or is there a fix?
Thanks again.
 
Thank you for getting back so quickly. I should asked what I wanted to know.
The web page keeps resizing automatically to the browser it looks fine when
previewed but when previewed in msie6 the page resizes and everything on the
page gets jumbled. How did I cause this? or is there a fix?

Thanks again.
 
You have used CSS Absolute positioning of your page elements, they do not move from their position
when the browser window is resized or smaller than what you designed the page for.

If post a URL to the page in question, I am sure someone offer you some help if you want to continue
to use CSS Positioning.

Otherwise you can use tables to structure your page layout, either set at a % of the browser window
opening or at a fixed pixels width of a maximum of 760 pixels.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thank you I'll try that.

Thomas A. Rowe said:
You have used CSS Absolute positioning of your page elements, they do not move from their position
when the browser window is resized or smaller than what you designed the page for.

If post a URL to the page in question, I am sure someone offer you some help if you want to continue
to use CSS Positioning.

Otherwise you can use tables to structure your page layout, either set at a % of the browser window
opening or at a fixed pixels width of a maximum of 760 pixels.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top