• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

CSS Layout macht Probleme

Status
Für weitere Antworten geschlossen.

Leustich

Neues Mitglied
Code:
[B][FONT=System]body{[/FONT][/B]
[FONT=System][B]font-size: 85%;[/B][/FONT]
[FONT=System][B]font-family:´Trebuchet MS´, Verdana, Arial, Sans-Serif;[/B][/FONT]
[FONT=System][B]text-align: center;[/B][/FONT]
[FONT=System][B]}[/B][/FONT]
[FONT=System][B]#wrap[/B][/FONT]
[FONT=System][B]width: 760px;[/B][/FONT]
[FONT=System][B]margin: 0 auto;[/B][/FONT]
[FONT=System][B]text-align: left;[/B][/FONT]
[B][FONT=System]}[/FONT][/B]
[B][FONT=System]#header{[/FONT][/B]
[B][FONT=System]float: left;[/FONT][/B]
[B][FONT=System]width: 760px;[/FONT][/B]
[B][FONT=System]height: 100px;[/FONT][/B]
[B][FONT=System]text-align: right;[/FONT][/B]
[B][FONT=System]border-top: 1px solid #999;[/FONT][/B]
[B][FONT=System]border-bottom: 1px solid #999;[/FONT][/B]
[B][FONT=System]margin-top: 25px;[/FONT][/B]
[B][FONT=System]}[/FONT][/B]
 
[B][FONT=System]#navigation{[/FONT][/B]
[B][FONT=System]float: left;[/FONT][/B]
[B][FONT=System]width: 760px;[/FONT][/B]
[B][FONT=System]height: 25px;[/FONT][/B]
[B][FONT=System]border-bottom: 1px solid #999;[/FONT][/B]
 
[B][FONT=System]#content{[/FONT][/B]
[B][FONT=System]float: left;[/FONT][/B]
[B][FONT=System]height: 400px;[/FONT][/B]
[B][FONT=System][COLOR=black]width: 700px;[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]border-bottom: 1px solid #999;[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]margin-bottom: 20px;[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]}[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]</style>[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]</head>[/COLOR][/FONT][/B]
[B][FONT=System][COLOR=black]<body>[/COLOR][/FONT][/B]
[B][COLOR=black][FONT=System]<div id=[/FONT][FONT=System]"wrap"[/FONT][FONT=System]>[/FONT][/COLOR][/B]
[B][COLOR=black][FONT=System]<div id=[/FONT][FONT=System]"header"[/FONT][FONT=System]>[/FONT][/COLOR][/B]
[B][COLOR=black][FONT=System]<div id=[/FONT][FONT=System]"navigation"[/FONT][FONT=System]>[/FONT][/COLOR][/B]
[B][COLOR=black][FONT=System]<div id=[/FONT][FONT=System]"content"[/FONT][FONT=System]>[/FONT][/COLOR][/B]

wenn ich jetzt den Header vergrößern möchte, wird anstatt des 2. Bereichs der 3. vergrößert...

Habt ihr eine Lösung?


mfg
 
Zuletzt bearbeitet:
Werbung:
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben