quando uso questo script :non mi fa più l'invio nel form login la pagina è qui http://www.fatturaonline.altervista.org/login.htmCodice:function fixedBackground(url) { if(!backgroundset) { document.body.style.overflow = 'hidden'; document.body.style.padding = '0px'; document.body.style.margin = '0px'; var overlay = document.createElement('DIV'); overlay.style.position = 'absolute'; overlay.style.top = '0px'; overlay.style.left = '0px'; overlay.style.height = '100%'; overlay.style.width = '100%'; overlay.style.overflow = 'auto'; overlay.innerHTML = document.body.innerHTML; document.body.innerHTML = '<img id="background" height="100%" width="100%" src="' + url + '" style="left: 0; bottom: 0; right: 0; top: 0; z-index: 0" />'; document.body.appendChild(overlay); backgroundset=true; } else background.src=url; }
Questo script serve per addattare l'immagine allo sfondo e lo richiamo così
So che si può creare lo stesso effetto con un pò di css ma è piu comodo da richiamre cosìCodice HTML:<script src="fixedbackground.js"></script> <body onload="fixedBackground('giac.jpg');">

LinkBack URL
About LinkBacks

