31/05/2004, 00:26
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 10 meses Puntos: 61 | |
Tienes un pequeño fallo en la linea que nos has puesto. Para poner una imagen como botón y que al apretar ocurra lo puesto por JavierB (hola águila!) ponlo así: Código HTML: <input
style="cursor:pointer;"
type="image"
onclick="top.topFrame.location.href='ProyecSeCC.htm';top.mainFrame.location.href='ProyectosRey.htm'"
onMouseOver="MM_swapImage('Proy','','Imagenes/Up.proyectos.jpg',1)"
onMouseOut="MM_swapImgRestore()"
src="Imagenes/Down.proyectos.jpg"
name="Proy"
width="83"
height="81"
border="0"> Aunque creo que lo mejor es que lo pusieras así: Código HTML: <a href="#"
onclick="top.topFrame.location.href='ProyecSeCC.htm';top.mainFrame.location.href='ProyectosRey.htm';return false;">
<img onMouseOver="MM_swapImage('Proy','','Imagenes/Up.proyectos.jpg',1)"
onMouseOut="MM_swapImgRestore()"
src="Imagenes/Down.proyectos.jpg"
name="Proy"
width="83"
height="81"
border="0">
</a> Un saludo!!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.
Última edición por KarlanKas; 31/05/2004 a las 00:29 |