Brian Middleton wrote: > I am having an issue with a two-column layout and know that the > culprit is the 3px jog bug in IE/PC. I have gone through the PIE > tutorial on this issue and tried to fix this bug by adding dimensions > to elements in the sidebar and other bits of hackery, but have > produced no results. I was hoping someone could point me in the > direction of a fix for this and give a brief description on what was > causing the bug and why the fix worked. > > My layout is here.. > > http://www.centerweight.com/clients/defenders/ >
Brian, The easiest way to fix the Three Pixel Text Jog is just to float both columns. When you float #sidebar, you'll need to remove its left margin and add a width. This should take care of the jog/gap. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
