Ver original<head><script type='text/javascript'>function cambiar(){ document.getElementById('imagen').style.backgroundImage = 'otraimagen.jpg';}</script></head> <body><div onblur='cambiar();' id='imagen'></div></body>