24/10/2008, 14:56
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Respuesta: Por que si lo veo en Firefox y no en ie ? Una pequeña corrección: en lugar de
<!--[if !IE]> -->
<object data="imagerotator.swf" width="400" height="200" type="application/x-shockwave-flash" title="animacion">
</object> <!-- <![endif]-->
debe ser
<!--[if IE]>
<object data="imagerotator.swf" width="400" height="200" type="application/x-shockwave-flash" title="animacion">
</object>
<![endif]--> |