hallo ich habe ien kleines problem und wusst nicht wie ich genau danach suchen soll hoffe ihr könnt mir helfen.
ich habe ne css erstellt und diese mit diesem befehl eingebunden
<link href="_style.css" rel="stylesheet" type="text/css" />
die css sieht folgendermaßen aus ( die farben sind nur zur orientierung )
body {
width: 100%;
height: 100%;
background-color: #000000;
font-family: "Arial";
font-size: 12px;
color: #ffffff;
margin: 0px;
}
#info {
background-color: #ff0000;
width: 20%;
height: 10%;
margin-top: 0%;
margin-left: 0%;
z-index: 1;
position: absolute;
}
#banner {
background-color: #0066cc;
width: 80%;
height: 10%;
margin-top: 0%;
margin-left: 20%;
z-index: 1;
position: absolute;
}
#tasten {
background-color: #003300;
width: 20%;
height: 90%;
margin-top: 10%;
margin-left: 0%;
z-index: 1;
position: absolute;
}
#anzeige {
background-color: #000999;
width: 80%;
height: 90%;
margin-top: 10%;
margin-left: 20%;
z-index: 1;
position: absolute;
}
mein html teil dazu sieht so aus
<body>
<div id="info">test</div>
<div id="banner">test</div>
<div id="tasten">test</div>
<div id="anzeige">test</div>
</body>
warum bekomme ich zwischen den beiden boxen oben und den beiden unten einen schwarzen balken der fast 8-10 % ausmacht
ich bin am verzweifeln
ich habe ne css erstellt und diese mit diesem befehl eingebunden
<link href="_style.css" rel="stylesheet" type="text/css" />
die css sieht folgendermaßen aus ( die farben sind nur zur orientierung )
body {
width: 100%;
height: 100%;
background-color: #000000;
font-family: "Arial";
font-size: 12px;
color: #ffffff;
margin: 0px;
}
#info {
background-color: #ff0000;
width: 20%;
height: 10%;
margin-top: 0%;
margin-left: 0%;
z-index: 1;
position: absolute;
}
#banner {
background-color: #0066cc;
width: 80%;
height: 10%;
margin-top: 0%;
margin-left: 20%;
z-index: 1;
position: absolute;
}
#tasten {
background-color: #003300;
width: 20%;
height: 90%;
margin-top: 10%;
margin-left: 0%;
z-index: 1;
position: absolute;
}
#anzeige {
background-color: #000999;
width: 80%;
height: 90%;
margin-top: 10%;
margin-left: 20%;
z-index: 1;
position: absolute;
}
mein html teil dazu sieht so aus
<body>
<div id="info">test</div>
<div id="banner">test</div>
<div id="tasten">test</div>
<div id="anzeige">test</div>
</body>
warum bekomme ich zwischen den beiden boxen oben und den beiden unten einen schwarzen balken der fast 8-10 % ausmacht
ich bin am verzweifeln