1
[Jörg: abgetrennt von hier]
ach, mit float ist die Lösung! Vielen Dank!
jetzt habe ich versucht ein bisschen weiter zu schreiben, jetzt ist ein anderes Probem aufgetaucht! Ich möchte unten alles fix positionieren und das sich der Mittelteil automatisch anpasst! dafür werde ich auf der Rechten seite auf Slice 5 verzichten und eine Farbe nehmen, das wird schon gehen, aber irgendwie kann ich Slice 7 nicht an Slice sechs anhängen, da ich hier fix positionen machen muss, oder gibt es auch eine andere Lösung
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> test </title>
<style type="text/css">
body {margin: 0px;}
.oben {display:block; top:10px; z-index: 1; height: 50px; margin: auto; position:fixed; background: #a00000; color:#fff; }
.unten {display:block; height: 50px; bottom: 0px; position:fixed; background: #a00000;}
.mitte {display: block; overflow: show; position: relative; margin: 90px 0px 50px 0px; width: 680px; background: #0000a0;}
</style>
</head>
<body>
<div style="display: block; z-index: 1; background: #f00fff; top: 0px; width:982px; margin:0 auto">
<div style="background: url(slice_01.jpg); width: 680px; height: 80px; float:left;">Slice1</div>
<div style="background: url(slice_02.jpg); width: 302px; height: 80px; float:right;">Slice2</div>
<div>
<div style="background: url(slice_03.jpg); width: 20px; height: 614px; float:left; top: 0px left: 0px">3 </div>
<div style="overflow: auto; float:left; width: 660px; height: 614px; top: 0px left: 680px">
<p>Hauptmaske</p>
</div>
<div style="background: url(slice_04.jpg); width: 302px; height: 351px; float:left; top: 0px left: 0px">4</div>
<div style="background: url(slice_05.jpg); width: 302px; height: 263px; float:left; top: 0px left: 0px">5</div>
</div>
<div style="background: url(slice_06.jpg); width: 680px; height: 40px; position:fixed; float:left; bottom: 0px;">Slice6</div>
<div style="background: url(slice_07.jpg); width: 302px; height: 40px; position:relative; float:left; bottom: 0px; left: 680px">Slice7</div>
</div>
</body>
</html>
ach, mit float ist die Lösung! Vielen Dank!
jetzt habe ich versucht ein bisschen weiter zu schreiben, jetzt ist ein anderes Probem aufgetaucht! Ich möchte unten alles fix positionieren und das sich der Mittelteil automatisch anpasst! dafür werde ich auf der Rechten seite auf Slice 5 verzichten und eine Farbe nehmen, das wird schon gehen, aber irgendwie kann ich Slice 7 nicht an Slice sechs anhängen, da ich hier fix positionen machen muss, oder gibt es auch eine andere Lösung
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> test </title>
<style type="text/css">
body {margin: 0px;}
.oben {display:block; top:10px; z-index: 1; height: 50px; margin: auto; position:fixed; background: #a00000; color:#fff; }
.unten {display:block; height: 50px; bottom: 0px; position:fixed; background: #a00000;}
.mitte {display: block; overflow: show; position: relative; margin: 90px 0px 50px 0px; width: 680px; background: #0000a0;}
</style>
</head>
<body>
<div style="display: block; z-index: 1; background: #f00fff; top: 0px; width:982px; margin:0 auto">
<div style="background: url(slice_01.jpg); width: 680px; height: 80px; float:left;">Slice1</div>
<div style="background: url(slice_02.jpg); width: 302px; height: 80px; float:right;">Slice2</div>
<div>
<div style="background: url(slice_03.jpg); width: 20px; height: 614px; float:left; top: 0px left: 0px">3 </div>
<div style="overflow: auto; float:left; width: 660px; height: 614px; top: 0px left: 680px">
<p>Hauptmaske</p>
</div>
<div style="background: url(slice_04.jpg); width: 302px; height: 351px; float:left; top: 0px left: 0px">4</div>
<div style="background: url(slice_05.jpg); width: 302px; height: 263px; float:left; top: 0px left: 0px">5</div>
</div>
<div style="background: url(slice_06.jpg); width: 680px; height: 40px; position:fixed; float:left; bottom: 0px;">Slice6</div>
<div style="background: url(slice_07.jpg); width: 302px; height: 40px; position:relative; float:left; bottom: 0px; left: 680px">Slice7</div>
</div>
</body>
</html>