Código HTML:
Ver original
me sale bien obviamente en chrome, firefox y en ie8. pero que pasa. he notado que en ie8 no esta utilizando todo el area del background-size en el banner.
aqui dejo las imagenes para que lo vean.
en firefox y en ie8.
en chrome.
el codigo css.
#intro {
background: #467612 url("../images/intro_background.png") repeat-x;
behavior: url(pie/PIE.htc);
border-radius: 22px;
margin-top: 66px;
padding: 44px;
position: relative;
/* Background-size not implemented yet */
-webkit-background-size: 100%;
-o-background-size: 100%;
-khtml-background-size: 100%;
/* Border-radius not implemented yet */
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
}
hay alguna manera que se vea bien en ie8 ?. esa es mi pregunta.
saludos.