Maxwell Balmain wrote: > www.rubybluestudio.com > Can someone test this for me and give me a quick report to compare it > in IE6 vs Firefox? I am assuming this problem is a margin issue?
Sort of... :-) IE6 is showing its 'margin-doubling bug on floats' on those logos, and is running out of space because of that bug. The following fix is working well... #spice_logo, #toplogo {display: inline;} ...and won't disturb other browsers since only IE/win is buggy enough to even register 'display: inline' on a float. The same bug is making column2 drop below column1, so I added the same fix to both columns... #column1,#column2 {display: inline;} That seems to be all that's needed for IE6. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/