Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/08/2012, 08:10
Avatar de Dradi7
Dradi7
 
Fecha de Ingreso: junio-2008
Ubicación: Peru - Lima
Mensajes: 1.518
Antigüedad: 15 años, 10 meses
Puntos: 220
Respuesta: Que aparezcan elementos tras OnMouseover

solamente debes realizar esto

Código Javascript:
Ver original
  1. function seleccionado(){
  2. document.getElementById("id_htmlelement").style.display = "block";
  3. }
  4. function deseleccionado(){
  5. document.getElementById("id_htmlelement").style.display = "none";
  6. }
__________________
La clave de todo triunfador es eliminar todas sus excusas y sus limitaciones