![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/05/2008, 16:33
|
| | Fecha de Ingreso: abril-2008
Mensajes: 15
Antigüedad: 16 años, 9 meses Puntos: 0 | |
Respuesta: soy torpe....y necesito ayuda! Tienes que crearte un css solo para el IE.
En el html pon lo siguiente:
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="RUTA DEL ARCHIVO/FICHERO.CSS" title="style" />
<![endif]-->
solo debes modificar lo que esta en rojo, el if es la vercion del navegador
IE 6 = [if IE 6]
IE 7 = [if IE 7]
ÌE 8 = [if IE 8]
para todas las verciones = [if IE] |