Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/11/2010, 18:55
rafret
 
Fecha de Ingreso: junio-2010
Mensajes: 221
Antigüedad: 13 años, 10 meses
Puntos: 3
problema con iexplorer

hola importe esta hoja de estilos a mi home



este es el archivo global.css
Cita:
----------------------------------------------

*/
/* Import
*/


/* Eliminamos los archivos por defecto del navegador */
@import url(reset.css);


/*importamos los estilos de composición */
@import url(composicion.css);


/***************************
Estilos globales
*************/


a mi pagina


Cita:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<link rel="stylesheet" type="text/css"href="css/global.css"/>
</head>

<body>


pero en internet explorer no se ven los estilos

alguien me puede ayudar?