onkelotto: Mehrere bilder in einem div verankern

Beitrag lesen

Also ok wie man Fischstäbchen macht weis ich ja jetzt ;)
also hier der HTML Code den ich auf der eigentlich Homepage verwendet habe:
<head></head>
<div>
<body bgcolor=#C3C3C3 >
<style type="text/css">
h1 { color:#1DC10C; font-size:32px; font-family:calibri; }
h2 { color:#1DC10C; font-size:45px; font-family:calibri; font-weight:bold; }

</style>
<link rel="stylesheet" href="stylsheet.css" type="text/css">
<div id="gesamt"
<div style="background-image:url(Bilder/headbunner.gif); background-repeat:no-repeat;background-position:center 50px; height:270px; font-size:150%">
<div style="background-image:url(Bilder/oben2.png); background-repeat:no-repeat;background-position:center 270px; height:500px; font-size:150%">
</div>
<div>

<div id="voll">

<div style="background-image:url(Bilder/background.png); background-repeat:repeat-y; background-position:center ; font-style:h1%">
<center><h2>1234</h2></center>

<div id="box1">
<img src="Bilder/artikel.jpg" alt="" border="0" width="400" height="500">

und hier der stylesheet:

#box1 {
        position:absolute;
        top: 50px;
        left: 450px;
}

#preis {
        position:relative;
        left: 540px;
        top: -555px;
        }

#timer {
        position:relative;
        left: -5px;
        top: -1025px;
        }

#warenkorb {
        position:relative;
        left: 800px;
        top: 620px;
        }
#voll {
        position:relative;
        left: center;
        top: -200;
        }