triquency
Threadersteller
Dabei seit: 10.04.2006
Ort: Berlin
Alter: -
Geschlecht:
|
Verfasst Mi 12.04.2006 10:21
Titel position: relative; Konfusion |
|
|
Hallo,
folgender Code:
Code: | <style type="text/css" media="screen"><!--
#Logo { background-color: #CC0033;
visibility: visible;
position: absolute;
z-index: 5;
top: 13px;
left: 23px;
width: 159px;
height: 101px }
#TopNav { background-color: #FF9933;
visibility: visible;
position: absolute;
overflow:auto;
z-index: 3;
top: 0;
left: 54px;
width: 100px;
height: 100% }
#LeftNav { background-color: #FF9933;
visibility: visible;
position: absolute;
z-index: 2;
top: 23px;
left: 0;
width: 100%;
height: 80px }
#Content { visibility: visible;
position: absolute;
z-index: 4;
top: 114px;
left: 163px;
width: 487px;
max-width: 487px;
height: auto }
#Buffer { background-color: #FFCC66;
visibility: visible;
position: relative;
z-index: 1;
width: 100%-650px;
height: 100%;
margin-top: 0;
margin-left: 650px;
overflow: auto }
--></style> |
So schauts im Browser aus (sowohl IE6 als auch Firefox):
Mein Problem ist offensichtlich: das <div> #Buffer hat blöderweise einen kleinen Abstand zum oberen, rechten und unteren Bildrand. Obwohl ich doch zB margin-top mit 0 angegeben hab. Woran liegt das und wie kann ich das umgehen, sodass das <div> auch wirklich 0 Abstand nach oben, rechts und unten hat?
LG Triq
|
|