Lorraine Barte Nepomuceno wrote: > I'm working on a site redesign, and desperately need help fixing it > for IE6.
> http://www.furnitureofamerica.com/redesign/ You have met the 'margin-doubling on floats' bug in IE/win. To fix it, add... #main-content {display: inline;} Also, it looks like IE needs a 'hasLayout' trigger... #wrapper {height: 1%;} Comment: I thought that page were broken in all of my browsers at first. You should have a proper non-script back-up for that slide-show. This article might be useful: <http://www.456bereastreet.com/archive/200608/malicious_javascript_yet_another_reason_for_graceful_degradation/> 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/
