He intentado añadir un tamaño de fondo para IE, pero no está funcionando en absoluto:IE 8: Fondo de tamaño fijo
HTML
<h2 id="news">Notícias <img src="white-marker.png" alt="" /></h2>
CSS:
div#content h2#news {
background: url('../images/news-background.jpg') no-repeat;
background-size: 100%;
border-radius: 20px;
color: #fff;
margin: 20px 0 0 20px;
padding: 8px 20px;
width: 90%;
-moz-background-size: 100%;
-moz-border-radius: 20px;
-webkit-background-size: 100%;
-webkit-border-radius: 20px;
}
¿Qué le pasa con el filter?
Asegúrese de que es compatible referirse http://stackoverflow.com/questions/2991623/make-background-size-work-in-ie – sathish
Su la sugerencia funciona si no estás usando border-radius ... – Thomas
Como señala @RSK, 'background-size' no funciona en IE8. –