t vaughan wrote: > The body section, including the footer are not the proper width in > IE6. They should appear at 800 pixels and seem to be stuck at 600.
> It only appears wrong in IE6. > http://www.livehorns.com The addition of "full width" on the relevant element, with higher specificity than the CSS rule IE6 is tripping on, will make it behave. Add this targeted and specificity-elevating rule... * html body .right { width: 100%;} ...and IE6 will get the message. Note: some potentially problematic CSS errors in there... <http://jigsaw.w3.org/css-validator/validator?uri=http://www.livehorns.com/&warning=1&profile=css3> ...and layout generally quite weak for font-resizing in all browsers. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/