100% height in html rarely works. the height of the div is the problem. It has been my experience the it will not expand to what it could. I have seen some workarounds out there where if you set the body to 100% height and all parent tags also to a height then it works, but I have now be successful with that. I have usually resorted to javascript setting the height after it's loaded.
Paul On Oct 29, 2007, at 1:14 PM, davidch204 wrote: > I have an issue with my application's height. I have the height and > width of my application set to 100%. In testing the application will > fill the browser window. > > However in production the height of the application seems to be fixed, > it doesn't fill the div container, but the width of the application > will fill the div. > > the layout attribute for application is set to vertical. Any clues as > to why the height of the application seems to be fixed? > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders% > 40yahoogroups.com > Yahoo! Groups Links > > >

