![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/12/2012, 07:11
|
| | Fecha de Ingreso: noviembre-2005
Mensajes: 889
Antigüedad: 19 años, 3 meses Puntos: 8 | |
Respuesta: onmouse Lo he puesto así, y no me funciona.
<script type=text/javascript>
$(document).ready(function() {
$("#boton-2").mouseover(function() {
("#ventana-aviso").slideDown(1000)
});
});
</script> |