David Boddie wrote: > Ok, I'm about to pull my hair out. > > I don't know why my footer is doing this, but the #footercontainer > section of this page keeps shrinking when the page size shrinks... > > HTML file: http://www.uark.edu/depts/gradinfo/mockup/threetemplate.html > CSS file: http://www.uark.edu/depts/gradinfo/mockup/threetemplate.css > > Boddie
Hi Boddie As Amy has shown in the screenshot for IE6, the page falls apart. It would appear that all those widths are causing IE6 a lot of trouble. None of which are really needed for any browser. The width given in the source <table width="500"> for the table under "Chapter Section Heading" header was the start of the trouble. Please see my alterations which brings IE6, IE7, FF and Opera into line. <http://css-class.com/x/threetemplate.htm> The styles are embedded in the page header and the troublesome parts are commented out or changed. The page still falls apart in sections after font resizing +2 in FF. This will need to be address. I hope this helps. Kind Regards, Alan <http://css-class.com/> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
