Jeśli chodzi o rozmiar tapety to mogę ją zmienić tyle że sama strona nie będzie posiadać wiele więcej treści , będzie to raczej strona wizytówka .. tyle że chciałem aby strona była wyświetlana poprawnie w najczęściej używanych rozdzielczościach.. stąd myślałem że skoro jako źródło umieszczę tapetę 1650x1080 to będzie też ona wyświetlana przy mniejszych rozdzielczościach.. chyba że to nie ma jedno z drugim nic wspólnego (znalałem program sizer który obrazuje dane okno np: przeglądarki w różnych rodz. i na jego podstawie widziałem jak wygląda strona w innych rozdziel.
razorskate
zrobiłem tak jak mi podałeś jednak strona jest pusta
nie wiem z pewnością czegoś brakuje
HTML:
<html>
<head>
<title>Mój dokument</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="bg_1">
</div>
<div id="bg_2">
</div>
<div id="bg_3">
</div>
<div id="bg_4">
</div>
<div id="bg_5">
</div>
<div id="bg_6">
</div>
<div id="bg_7">
</div>
<div id="bg_8">
</div>
</body>
</html>
STYLE.CSS
body {
#bg_1 {
background-image: url("images/bg_01.jpg") no-repeat;
}
#bg_2 {
background-image: url("images/bg_02.jpg") no-repeat;
}
#bg_3 {
background-image: url("images/bg_03.jpg") no-repeat;
}
#bg_4 {
background-image: url("images/bg_04.jpg") no-repeat;
}
#bg_5 {
background-image: url("images/bg_05.jpg") no-repeat;
}
#bg_6 {
background-image: url("images/bg_06.jpg") no-repeat;
}
#bg_7 {
background-image: url("images/bg_07.jpg") no-repeat;
}
#bg_8 {
background-image: url("images/bg_08.jpg") no-repeat;
}
}
razorskate
zrobiłem tak jak mi podałeś jednak strona jest pusta

HTML:
<html>
<head>
<title>Mój dokument</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="bg_1">
</div>
<div id="bg_2">
</div>
<div id="bg_3">
</div>
<div id="bg_4">
</div>
<div id="bg_5">
</div>
<div id="bg_6">
</div>
<div id="bg_7">
</div>
<div id="bg_8">
</div>
</body>
</html>
STYLE.CSS
body {
#bg_1 {
background-image: url("images/bg_01.jpg") no-repeat;
}
#bg_2 {
background-image: url("images/bg_02.jpg") no-repeat;
}
#bg_3 {
background-image: url("images/bg_03.jpg") no-repeat;
}
#bg_4 {
background-image: url("images/bg_04.jpg") no-repeat;
}
#bg_5 {
background-image: url("images/bg_05.jpg") no-repeat;
}
#bg_6 {
background-image: url("images/bg_06.jpg") no-repeat;
}
#bg_7 {
background-image: url("images/bg_07.jpg") no-repeat;
}
#bg_8 {
background-image: url("images/bg_08.jpg") no-repeat;
}
}