Kym Costanzo wrote:
> I've got a train wreck in IE6, so bad that my attempts to fix this are only
> making it worse. The site is great in IE7, IE8, Chrome, FF3. I really wish
> IE6 would just die already. 
>
>  
>
>
> Here's the site: http://americandancewheels.webscapersites.com/
>
>
>
> Kym  
>
>  



This will not correct all. The intent is to get it started. 

 #home-feature-content{  border: 1px solid red;
     width: 390px;
     height: 225px;
     overflow: hidden;
     /*padding: 10px 10px 0 10px;*/
     padding : 10px 5px 0 5px;
 }
 
.sidebar-item { border: 1px solid red;;
    width: 200px;
    /*margin: 15px;*/
    margin: 0;
    /*padding: 5px 5px 10px 5px;*/
    padding: 5px 0 10px 0;
    border-bottom: 1px dashed #dc4d52;  
}


The width of the 3 images in .sidebar-item is greater than the width of 
that column. If you can, delete the height and width of those images.

Width and the IE/6 box model is problematic more often than not in IE/6. 
But rather than hacking IE/6, the above changes /may/ help get her back 
on track...

Reference: <http://www.satzansatz.de/cssd/onhavinglayout.html>

Best,
~


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to