HTML-szerkesztés kezdőknek!!!
-
#8762
Egy példa:
<script language="JavaScript">
<!--
if (screen.width>=1920) { document.write('<style border="0">body {background-image:url("images/bg_1920.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width==1680) { document.write('<style border="0">images/body {background-image:url("images/bg_1680.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width==1440) { document.write('<style border="0">images/body {background-image:url("images/bg_1440.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width==1360) { document.write('<style border="0">images/body {background-image:url("images/bg_1360.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width==1280) { document.write('<style border="0">images/body {background-image:url("images/bg_1280.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width==1024) { document.write('<style border="0">images/body {background-image:url("images/bg_1024.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
if (screen.width<=800) { document.write('<style border="0">images/body {background-image:url("images/bg_800.jpg");background-attachment: fixed;background-repeat: repeat-y;background-position: center top;}</style>'); }
//-->
</script>