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) { |
||
if (screen.width < = 400) { |
if (screen.width < = 400) { |
||
− | document.body.style="background |
+ | document.body.style.background-image="url(/descubriendo/background.php?anchoPantalla:"+ screen.width+ ");"; |
}else{ |
}else{ |
||
+ | |||
− | document.body.style="background-color:FF00FF"; |
||
} |
} |
||
} |
} |
Revisión del 06:05 30 nov 2009
if (window.screen) { if (screen.width < = 400) { document.body.style.background-image="url(/descubriendo/background.php?anchoPantalla:"+ screen.width+ ");"; }else{ } }
Debug data: