
24/06/2007, 01:38
|
| | Fecha de Ingreso: abril-2004
Mensajes: 50
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Re: imagenes de intercambio Pues yo no consigo que el FF lo acepte. Creo que mi problema debe estar en el código html o css. El html:
<div id="foto_central">
<img src="imatges/banyoles-aeria.png" title="prova" alt="prova" id="im">
</div>
<div id="fotos_2">
<ul>
<li><img src="http://news.xinhuanet.com/english/2006-07/24/xinsrc_522070324082600022685.jpg" alt="imagen1" title="imagen1" onclick="document.getElementById('im').src='http://www.hospes.es/Images/Fullsize/palma_main_4.jpg'"></li>
<li><img src="http://news.xinhuanet.com/english/2006-07/24/xinsrc_522070324082600022685.jpg" alt="imagen2" title="imagen2" onclick="document.getElementById('im').src='http://www.hospes.es/Images/Fullsize/palma_main_3.jpg'"></li>
</ul>
</div> El CSS:
div#foto_central {
float: left;
width: 18.4em;
height: 18.33em;
_height: 0;
}
div#fotos2 {_margin-top: 3.2em;}
div#fotos2 ul {
list-style: none;
margin: 0;
padding: 0;
}
div#fotos2 li {
display: inline;
padding-right: .5em;
}
Le veis algún problema por aquí? |