John Moynihan wrote: > Hi Everyone, > > I am working on a site and it utilizes a wrapper as a container for the > sites divs. I am having trouble with the wrapper following the length of the > website. In other words some pages have longer content areas than others and > on some pages the wrapper has cut off the content are with the content > running longer than the wrapper. When I preview the site in IE it looks good > but when I try to preview it in Firefox or Opera it looks terrible.
IE is ignoring your width and height settings as it automatically expands containers to fight their content. The other browsers are doing what W3 standards say they're supposed to do. Remove your height settings and let other browsers expand them as needed. There are probably other things you might need to do about the width stuff, but that's not available off the top of MY head, so other heads on the list can answer that. Also, what happens when a visitor increases the font size in their browser? -- David [EMAIL PROTECTED] authenticity, honesty, community ______________________________________________________________________ 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/
