A mi tu código no me genera el error
por las dudas este es el html
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
/*<![CDATA[*/
#contenido{
width: 200px;
height: 200px;
background: #ffbf63;
border: 1px solid #d17b00;
padding: 5px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
behavior: url(PIE.htc);
margin: 0 auto;
}
#contenedor{
width: 300px;
height: 300px;
background-image: url(liberatumovil.png); /* al añadir esto surge el problema*/
}
/*]]>*/
Asegurate que tu pie.htc esté recibiendo el mime correcto, podés hacerlo con .htaccess
o usando la script pie.php
Testeado en Chrome , FF, IE 9
Saludos