David Merwin wrote: > In mozilla it looks like the space is there, but it doesn't mess up > the layout. > > The page in question is: http://www.agiprodj.com/?cat=191 Looks like one of the overflow-related bugs is creating problems in Mozilla 1.7(.12). Check Mozilla-bugs. Since all browsers but IE6 (and older) are "saved" by max-width on content (images), I suggest a slight style-change in there... #blog-content {overflow: visible;} * html #blog-content {overflow: hidden;} ....which will make all Mozilla-versions happy :-) Adding... * html #blog-content img {width: 325px;} ....might help slightly in IE/win, but IE isn't good at rescaling images. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL-REMOVED]] 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/