� wrote: > Andrew Gaffney wrote: > >> This works great in Firefox and IE7, but IE6 is shoving the 2 columns >> way over to the right, which is expanding the body and skewing the >> whole site. Can anyone see the error of my ways here? >> >> URL: http://www.livingwithchrist.us/V2/index2.php > > Add... > > .RightColumn {display: inline;} > > ...to "kill" IE6' "margin-doubling on floats" bug.
Awesome...thanks. I figured it was that particular bug, but I had no idea what to do about it :) > Also, maybe not a good idea to have so many inline-styles in pages, as > it makes adjustment/maintenance harder than it needs to be. Those inline styles were only there for testing changes to this page. Now that I have it all working, I can roll them all back into the stylesheet. -- Andrew Gaffney agaffney.org ______________________________________________________________________ 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/
