[HTML / CSS] Problem beim Seitenaufbau...Hintergrundbild zentrieren ??

Alleskleber

Newbie
Registriert
Feb. 2005
Beiträge
1
Frage zu 2 HTML Dateien

Habe hier 2 html-Dateien:


<html>
<body>
<DIV ALIGN=CENTER>
<map name="Start" id="Start">
<area shape="rect" coords="108,250,199,293" href="http://www.forenhoster.com/phpbb/user/1215/index.php" target="_blank" alt="Forum" title="Forum" />
<area shape="rect" coords="135,124,192,174" href="Link zum Depp der Woche" alt="Depp der Woche" title="Depp der Woche" />
<area shape="rect" coords="315,119,358,172" href="Link zum Kalender" alt="Kalender" title="Kalender" />
<area shape="rect" coords="458,114,630,173" href="Link zur Karte" alt="Missons / Urlaub" title="Missons / Urlaub" />
<area shape="rect" coords="252,236,323,286" href="Link zum TV" alt="TV / Kino" title="TV / Kino" />
<area shape="rect" coords="248,322,331,342" href="Link zu DVD" alt="DVD / Video" title="DVD / Video" />
<area shape="rect" coords="365,301,512,330" href="Link zur Musik" alt="Musik / Alben / Bands" title="Musik / Alben / Bands" />
<area shape="rect" coords="579,255,651,315" href="Link zum PC" alt="Internet" title="Internet" />
<area shape="rect" coords="368,362,446,383" href="Link zu Bücher" alt="Bücher" title="Bücher" />
<area shape="rect" coords="276,480,314,504" href="Link zum Gästebuch" alt="Gästebuch" title="Gästebuch" />
<area shape="rect" coords="359,517,446,544" href="Link zu News" alt="News" title="News" />
<area shape="rect" coords="130,443,173,477" href="Link Steffen" alt="Steffen" title="Steffen" />
<area shape="rect" coords="185,402,219,426" href="Link Tim" alt="Tim" title="Tim" />
<area shape="rect" coords="233,379,278,401" href="Link Mirko" alt="Mirko" title="Mirko" />
<area shape="rect" coords="468,364,511,384" href="Link Malte" alt="Malte" title="Malte" />
<area shape="rect" coords="507,396,544,425" href="Link Jannick" alt="Jannick" title="Jannick" />
<area shape="rect" coords="552,441,590,465" href="Link Torben" alt="Torben" title="Torben" />
</map>
<img src="http://www.bankofchina.de/gallery/pics/alleskleber/67183.jpg" width="800" height="600" border="0" alt="" title="" usemap="#Start" />
</DIV>
</body>
</html>






und








<html>
<style type="text/css">
body
{
background-image:
url(http://alleskleber.s01.user-portal.com//Zimmer2.jpg);
background-repeat:
no-repeat;
background-position:
center;
}
</style>

<body style="background-color:#fff">

</body>
</html>







nun zur Frage:

Warum ist in der ersten Datei Platz zum scrollen, bowohl die Bilder beide male gleich groß sind ?
 
Zuletzt bearbeitet:
Zurück
Oben