Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/10/2009, 11:41
kseso?
Colaborador
 
Fecha de Ingreso: junio-2007
Mensajes: 5.798
Antigüedad: 16 años, 10 meses
Puntos: 539
Respuesta: sintaxis excepciones internet explorer

Código html:
Ver original
  1.     <head><title>Título</title>
  2.        
  3.         <!-- ESTO ES UN ERROR-->
  4.         <style type="text/css">
  5.             <!--[if IE]>
  6.                body { background: #000; }
  7.            <![endif]-->
  8.         </style>
  9.        
  10.         <!-- CORRECTO -->
  11.         <!--[if IE]>
  12.            <style type="text/css">
  13.                body { background: #000; }
  14.            </style>
  15.        <![endif]-->
  16.     </head>

más info
__________________
Por una web con mucho estilo
+++ CUENTA ABANDONADA. ¿la quieres? +++