Estoy tratando de hacer un mouseover sobre una imagen, pero al hacer ese mouseover, se muestra un cuadrito con la imagen en grande.
Aqui les dejo mis codigos
Código HTML:
<script language="javascript"> function ddrivetip_image(thetext){ if (ns6||ie){ tipobj.innerHTML=thetext; tipobj.style.border = 0; tipobj.style.background = 0; enabletip=true return false } } function hideddrivetip_image(){ if (ns6||ie){ enabletip=false tipobj.style.visibility="hidden" tipobj.style.left="-1000px" } } </script> <style type="text/css"> <!-- body { margin-right: 150px; margin-left: 200px; } --> </style> <img src = 'images/db/item/small/501.gif' border = '0' onMouseOver = "ddrivetip_image('<img src = \'images/db/item/small/501.gif\' border = \'1\'>')" onMouseOut = "hideddrivetip_image()">
http://www.ratemyserver.net/index.ph...0&item_class=1
Pasen el mouse sobre alguna imagen chiquita...
Salu2.