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 -- http://www.gunlaug.no ______________________________________________________________________ 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/
