&otHola a todos
No puedo ver en IE la imagen de fondo que tiene el body. Lo puedo ver en safari y firefox ...pero no en el bendito IE.
O sea que la imagen :back_body_restaurante_1.png (NO SE VE) (TENDRIA QUE VERSE Y REPETIRSE A LO ANCHO)
--------CODIGO REAL-------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type=;text/css">
*{
margin:0px;
padding:0px;
}
img{
border:0px;
}
body{
background: white url(back_body_restaurante_1.png)repeat-x top;
}
.all_content{
background:white;
width:730px;
margin-right:auto;
margin-left:auto;
}
</style>
</head>
<body>
<div class="all_content">
<img src="restaurante1.png" alt="boton contacto"/>
</div>
</body>
</html>
Alguna idea de que estoy haciendo mal??
Gracias
saludos