Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/09/2008, 10:14
thymon
 
Fecha de Ingreso: noviembre-2006
Mensajes: 241
Antigüedad: 17 años, 5 meses
Puntos: 7
Respuesta: IE6 y la llamada al css

Gracias dragonX por tu interés.

No tengo url, pero te dejo el code a continuación.
Este código es llamado mediante un include en todas las páginas.
--INCLUDE--

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>web</title>
<link href="css/estilos.css" rel="stylesheet" type="text/css" />

<style type="text/css">
<!--
body {
margin-top: 100px;
background-color: #F9F9F9;
}
-->
</style>


<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>



--WEB--

<!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>
<!--#include file="inc/cabeza.aspx" -->
</head>
<body>
</body>

Decir también que en IE6, tan solo reconoce los estilos en las páginas que no contienen programación .NET.