flwolf
07-02-2006, 12:50 PM
Is there a way to force any browser to open a page to 100% ?
Any input is appreciated!
Wolf
Any input is appreciated!
Wolf
|
Click to See Complete Forum and Search --> : Force any browser to open a page to 100% flwolf 07-02-2006, 12:50 PM Is there a way to force any browser to open a page to 100% ? Any input is appreciated! Wolf Vladdy 07-02-2006, 01:49 PM No. Making sure your page is designed to fit the window size user prefers is the proper approach. felgall 07-02-2006, 04:08 PM A page that is not confined by width specifications in the CSS and is not inside a table will automatically open up to fill the full width available inside the browser window. Javascript provides a way to determine the available width within the browser and the width of the screen but does not provide a way to tell whether the browser is filling all of the available space on the screen since it has no way of determining the space taken up by the browser chrome and any fixed toolbars displayed on the screen. It cannot resize a window it didn't open in any case. flwolf 07-02-2006, 05:57 PM Thanks, Stephen! I was hoping that some "width=100%" tag would be available, but I guess not... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |