![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/10/2009, 11:41
|
Colaborador | | Fecha de Ingreso: junio-2007
Mensajes: 5.798
Antigüedad: 17 años, 8 meses Puntos: 539 | |
Respuesta: sintaxis excepciones internet explorer
Código html:
Ver original <!-- ESTO ES UN ERROR--> <!--[if IE]> body { background: #000; } <![endif]--> <!-- CORRECTO --> <!--[if IE]> <style type="text/css"> body { background: #000; } </style> <![endif]-->
más info |