Dan Moriarty wrote: >I have a layout problem on this page: >http://invision-optical.com/collections/ > >Why is there a bunch of extra space, vertically, between my main product >image and the table below, listing product numbers? This is only in IE 6, >but not in Safari on Mac, or Firefox on Windows? >There¹s an image and then a table starts right after the image. > >Thanks for any help out there. > >The relevant CSS here is as follows: > >#collection_holder{ > float:left; > width:742px; > margin-bottom:10px; > padding-bottom:60px; > background: url(/images_template/bg_collection.gif); > } > >#collection_sidebar{ > float:left; > width:150px > padding:10px; > } > >#collection_content table{ > text-align:center; > } > >#collection_content{ > margin-left:160px; > background: #fff; > text-align:center; > color:#000; > } > >#collection_text{ > margin-left:160px; > padding:10px; > } > > > Not sure as I am running 64bit mozilla and it appears fine, but I would like to suggest that you start by validating the code. It currently contains 52 errors.
Just above the table in question you have an UL without an opening tag. I would start there. Tango ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
