Hola, resulta que en chrome y explorer se ven bien las imágenes pero en el firefox no porque creo que está mostrando las imágenes a tamaño real, lo que quiero es que en firefox se muestre igual que en explorer y chrome, aquí está el código:
Código HTML:
Ver original <td colspan="2" align="right" valign="top" width="100%" style="height: auto;position: relative;"> <div style="margin-top: 10px; margin-bottom: 10px; margin-right: 90px; position: relative; list-style:none;"> <marquee direction="left" behavior="scroll" scrollAmount="0" style="text-align: center; width:4in; height:1in; position: relative; border:0px solid #000000;padding:0px" onMouseover="this.scrollAmount='0'" onMouseout="this.scrollAmount='1'">
<img src="./banners/imegenFlash1.png" width="100%" height="100%" style="position: relative;"/> <img src="./banners/imagenflash2.png" width="100%" height="100%" style="position: relative;"/> </marquee>
Saludos y gracias de antemano.