Standard div
Hallo,
bei den folgenden div`s bekomme ich immer einen horizontalen Scrollbalen in meinem Browser (Mozilla).
<html>
<head>
<link rel="stylesheet" type="text/css" href="page.css">
</head>
<body style="background-color:#ffffff; height:100.1%">
<div id="box-content">
<div id="balken1"><table width="100%" height="100%" border="0" bgcolor="#f89e11">
<tr>
<td>
</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
die CSS sieht so aus für #box-content und #balken1:
#box-content
{
border-top:2px solid #f89e11;
border-left:0px;
border-right:0px;
position:absolute;
background:#ffffff;
top:100px;
left:0%;
width:100%;
}
#balken1
{
background:#f89e11;
height:620px;
width:15.2%;
z-index:2;
float:right;
}
wie kann ich diesen Scrollbalken wegbekommen?
Wenn ich width bei box-content =99.5% geht es aber die Seite wird dann nicht mehr gut angezeigt.
Gruß Nixdorf
Hallo,
bei den folgenden div`s bekomme ich immer einen horizontalen Scrollbalen in meinem Browser (Mozilla).
<html>
<head>
<link rel="stylesheet" type="text/css" href="page.css">
</head>
<body style="background-color:#ffffff; height:100.1%">
<div id="box-content">
<div id="balken1"><table width="100%" height="100%" border="0" bgcolor="#f89e11">
<tr>
<td>
</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
die CSS sieht so aus für #box-content und #balken1:
#box-content
{
border-top:2px solid #f89e11;
border-left:0px;
border-right:0px;
position:absolute;
background:#ffffff;
top:100px;
left:0%;
width:100%;
}
#balken1
{
background:#f89e11;
height:620px;
width:15.2%;
z-index:2;
float:right;
}
wie kann ich diesen Scrollbalken wegbekommen?
Wenn ich width bei box-content =99.5% geht es aber die Seite wird dann nicht mehr gut angezeigt.
Gruß Nixdorf
Kommentar