Index: wp-content/themes/twentyeleven/style.css =================================================================== --- wp-content/themes/twentyeleven/style.css (revision 18490) +++ wp-content/themes/twentyeleven/style.css (working copy) @@ -1502,11 +1502,20 @@ .featured-posts section.featured-post { opacity: 0; visibility: hidden; + height:100%; + width:100%; } .featured-posts #featured-post-1 { opacity: 1; visibility: visible; + height:100%; + width:100%; } +.featured-posts section.featured-post img { + -ms-interpolation-mode: bicubic; + height:auto; + width:auto; +} .featured-post .feature-text:after, .featured-post .feature-image.small:after { content: ' '; @@ -2660,11 +2669,16 @@ padding-right: -7.6%; max-width: 1000px; } -#ie7 section.featured-post { +#ie7 .featured-posts { + margin-top: 0; margin-left: -7.6%; margin-right: -7.6%; - max-width: 850px; } +#ie7 section.featured-post { + margin-left: 0; + margin-right: 0; + max-width: 100%; +} #ie7 section.recent-posts { margin-right: 7.6%; }