|    
			
				30/01/2011, 10:23
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: enero-2011 
						Mensajes: 15
					 Antigüedad: 14 años, 9 meses Puntos: 0 |  | 
  |  Respuesta: Como poner fondos para div en IE  
  mi codigo HTML es el siguiente:   Cita:  <!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">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Desarrollos Textiles</title>
 <link href="CSS/style.css" rel="stylesheet" type="text/css" />
 </head>
 
 <body>
 <link href="imagenes/favicon.ico" rel="icon" type="ico"/>
 
 <link href="imagenes/favicon.ico" rel="shortcut icon" type="ico"/>
 
 <link href="imagenes/favicon.ico" rel="shortcut icon" type='image/x-icon'/>
 
 
 <div id="wrapper">
 <div id="header"><img src="imagenes/header.png" alt="banner" width="800" height="129" border="0" usemap="#Map2" />
 <map name="Map2" id="Map2">
 <area shape="rect" coords="25,5,185,162" href="http://www.desarrollostextiles.com.ar" />
 </map>
 </div>
 <div id="navbar"><img src="imagenes/navbar.png" alt="navbar" width="800" height="71" border="0" usemap="#Map" />
 <map name="Map" id="Map">
 <area shape="rect" coords="259,20,352,58" href="index.html" />
 <area shape="rect" coords="382,21,545,58" href="productos.html" />
 <area shape="rect" coords="571,21,722,56" href="contacto.html" />
 <area shape="rect" coords="33,-107,185,66" href="http://www.desarrollostextiles.com.ar" />
 </map>
 </div>
 <div id="contenido">
 </div>
 <div id="pie">
 <p>Para ver esta web correctamente necesitas <a href="http://www.mozilla-europe.org/es/firefox/">Mozilla Firefox</a> o <a href="http://www.google.com/Chrome">Google Chrome</a></p>
 </div>
 </div>
 </body>
 </html>
    |