View Full Version : changing page to reflect browser window
flashjones
July 26th, 2008, 10:31 PM
Is there a way to set up an .html page so that it fits the viewers browser window?
actionAction
July 26th, 2008, 10:34 PM
not quite sure that i follow. by default, content is scaled to the width of the browser. put this in the head section of your html page:
<style type="text/css">
html,body{
width:100%;
}
</style>
if what you are referring to is a "chromeless" window, then you need to use javascript to open a window. search this forum for popup or chromeless, I have posted a solution before.
flashjones
July 26th, 2008, 10:50 PM
well the problem I am running into is the site was designed at 1000 pixels inside a flash .swf file but smaller screens are unable to see the page in its entirety at that size. So I am trying to figure out how to get the page to stretch or expand depending on the users browser window when they open the page.
DDD
July 27th, 2008, 03:24 AM
this may help you....I think it is pretty tight
http://fortes.com/projects/dynamiclayout/
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.