Diferencia entre revisiones de «MediaWiki:Descubriendo09.js»
De Descubriendo la Física
Ir a la navegaciónIr a la búsquedaLínea 1: | Línea 1: | ||
if (window.screen) { |
if (window.screen) { |
||
imageBackground= "url('/descubriendo/background.php?anchoPantalla="+ screen.width + "&');"; |
imageBackground= "url('/descubriendo/background.php?anchoPantalla="+ screen.width + "&');"; |
||
− | document.body.style.backgroundImage="/descubriendo/background.png"; |
+ | document.body.style.backgroundImage='url("/descubriendo/background.png")'; |
} |
} |
Revisión del 06:37 30 nov 2009
if (window.screen) { imageBackground= "url('/descubriendo/background.php?anchoPantalla="+ screen.width + "&');"; document.body.style.backgroundImage='url("/descubriendo/background.png")'; }
Debug data: