English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

using HTML or any other code is there a way i can freeze the web page so when the window is resized the page does not auto size and you would actually have to scroll

2007-12-12 04:38:03 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

Edit your body tag to include a style= like so:



If the user resized the window below the sized you specify, scroll bars will appear, and the page contents won't resize.

Experiment with the sizes a bit, so they're large enough to contain your page content, but not so large that the page won't fit on the typical person's monitor.

2007-12-12 04:47:36 · answer #1 · answered by Anonymous · 0 0

sure, start out by defining width and height attributes of your parent tags such as , either inline or via CSS (style="width: 100px;"). If you set the width to 800px for example, it will be that regardless of the window size. Examples:



or


content here

2007-12-12 12:48:35 · answer #2 · answered by Anonymous · 0 0

No matter what you code, you can't guarantee the results for all monitors at all resolutions! Betcha nickel!

2007-12-12 14:46:27 · answer #3 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers