If your content can grow outside the viewport you have a layout problem. There are plenty of ways to ensure your content stays inside the viewport. Using an elastic layout in which the layout scales according to font size (ie all dimensions in ems) is a good approach, as is using max-width for compliant browsers, and working around IE's shortcomings in this area. I am working on this site at the moment:
http://dontjustsitthere.co.uk ...as you can see it is fluid and flexible and remains stable even at larger text sizes. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
