I¹m having problem with a site I¹m developing. I have a 2-column layout, and I¹m specifying a width for both columns, equaling a total width of 742px. I¹m fairly new to this, and have read about the box model problem for IE 5, but this isn¹t working for IE 6. It seems like simple math, and Safari and Firefox seem to get it. Can someone take a look? I don¹t know how to fix this. Thanks.
Here¹s the URL: http://danmoriarty.com/subsites/invision/collections/ Here¹s the relevant CSS: #collection_holder{ float:left; width:742px; margin-bottom:10px; padding-bottom:60px; background: url(/subsites/invision/images_template/bg_collection.gif); } #collection_sidebar{ float:left; width:150px; padding:10px; } #collection_content{ margin-left:160px; width:582px; padding-top:30px; background: #fff; text-align:center; color:#000; } The whole css can be seen at: http://danmoriarty.com/subsites/invision/css/invision.css -- Thanks, Dan M. ______________________________________________________________________ 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/
