On Fri, 3 Nov 2006 14:23:49 +0800, Nick Cowie wrote: > I would expect my layout to expand beyond the browser window width when > zoomed (either page zoom in IE or Opera or text zoom in any browser), my > layout width is em based and uses a little javascript when the page is > loading to change the text size so it automatically fill the full browser > window. > Hi Nick, My apologies for incorrectly citing your design. As you note, any kind of width specification besides percent (or no specification at all) eventually expands beyond the viewport on zoom.
The "jello" design does, too. But my objection there is to the unnecessary horizontal scroll bar when the width is contained. Neither Opera nor Firefox do this. Nick also added: > If you increase your text size, zoom the page or have a default > text size greater than 16px the page will expand beyond your browser > window. > What led me to conclude that your design somehow "works" better in Firefox than in IE 7 is due to my laptop being set to 120 DPI resolution. In Firefox, your page starts off with margins, because 1em translates to 16px in that browser. IE 7 however starts off with no margin because 1em translates to 20px at my screen resolution. Your technique still works as designed though. Nice! P.S. I am now seeing other issues with IE 7's zoom feature. Look at the heading on this page, for example: <http://webwiz.robinshosting.com/jello.html> (enable scripting) Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************