yoshi95
Neues Mitglied
Ich habe folgenden QT:
CSS dazu:
Jetzt möchte ich, dass menu und main UNTER banner platziert werden. Ich könnte es alles mit <br>s machen, aber dann wird es kein Abstand von 10PIXELN
Code:
[SIZE=2][COLOR=black]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<html>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<head>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<title>Hier Titel eintragen</title>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<link rel="stylesheet" type="text/css" href="style.css">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</head>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<body>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<div class="banner">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<br><br><br>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</div>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<div class="menu">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]TEST[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</div>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<div class="main">[/COLOR][/SIZE]
[SIZE=2][COLOR=black]<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]TEST[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</div>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</body>[/COLOR][/SIZE]
[SIZE=2][COLOR=black]</html>[/COLOR][/SIZE]
[SIZE=2][/SIZE]
[SIZE=2][/SIZE]
CSS dazu:
Code:
[SIZE=2][COLOR=black]body {[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-color:#8BA0F8;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]font-family:Arial;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]}[/COLOR][/SIZE]
[SIZE=2][COLOR=black].banner {[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-color:white;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-image: url(menu.jpg);[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-repeat:repeat-x;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-style:solid;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-width:1px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]width:1010px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]float:left;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]}[/COLOR][/SIZE]
[SIZE=2][COLOR=black].menu {[/COLOR][/SIZE]
[SIZE=2][COLOR=black]margin-top:10px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-color:white;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-image: url(menu.jpg);[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-repeat:repeat-x;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-style:solid;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-width:1px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]width:200px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]float:left;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]}[/COLOR][/SIZE]
[SIZE=2][COLOR=black].main {[/COLOR][/SIZE]
[SIZE=2][COLOR=black]margin-top:10px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]margin-left:10px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-color:white;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-image: url(menu.jpg);[/COLOR][/SIZE]
[SIZE=2][COLOR=black]background-repeat:repeat-x;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-style:solid;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]border-width:1px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]width:800px;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]float:left;[/COLOR][/SIZE]
[SIZE=2][COLOR=black]}[/COLOR][/SIZE]
[SIZE=2][/SIZE]
[B][SIZE=2][/SIZE][/B]
Jetzt möchte ich, dass menu und main UNTER banner platziert werden. Ich könnte es alles mit <br>s machen, aber dann wird es kein Abstand von 10PIXELN
Zuletzt bearbeitet: