Georg, Thanks! I just recently found out about the "duplicating characters" bug in IE. I learned the hard way I guess. I assume that in this instance it is repeating space rather than duplicating actual characters?
I removed some of the comments and it seems to fix things... I will find that extra closing div... Thanks again! Cheers, Max On Nov 15, 2006, at 6:50 PM, Gunlaug Sørtun wrote: > Maxwell Balmain wrote: > >> Can someone tell me why IE6 shoes extra space between the bottom >> of left content and footer. Other modern bowsers show the spacing >> correctly... >> http://maxwellbalmain.com/jordan_index.html > > It's the IE 'duplicating characters' bug, which is triggered by > comments > in the source-code. > > Deleting this particular comment... > <!-- rightcontent ends --> > ...will make IE6 come to its senses in this case. > > Avoiding all but the most necessary comments in the source-code, is a > general method for preventing this IE-bug to show up. A bit more about > the bug can be found here... > <http://www.positioniseverything.net/explorer/dup-characters.html> > > > I can see that you're adding comments in order to keep track of those > end-tags, but there's still one </div> too many in there somewhere. > Should be found and fixed. > > regards > Georg ______________________________________________________________________ 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/
