Hallo
Ich habe leider ein Problem mit meinen div- Containern .
Ich weiß echt nicht mehr weiter ich hab extra drauf geachtet nur befehle zu benutzen die alle browser verstehen bzw anzeigen können
Folgende problem:
1. der "navigition 1" container ist im i-explorer zu groß ...
2. im Firefox ist der banner nicht bis ganz nach oben duchgezogen
3. der "navigation 2" container ist im Firefox zu nah am inhalt (also am linken rand)
kann irgndjemand mir helfen muss ich vielleicht den äußeren container weglassen ....
Ich hab das mal online gestellt:
http://www.ewetel.net/~wilhelm.lienstromberg/henrikstyle
und den quelltext gibts gratis dazu:
code:
<!-- Farben:
Hintergrund= #9F855E
Banner,Navigation= #AEAFFF
Inhalt= #FFFFCC
Schrift= #000000
-->
<html>
<head>
<style type="text/css">
body
{
background-color: #9F855E;
color: #000000;
margin: 0em 2cm 0.5cm 2 cm;
padding: 0px;
}
pre {
font-size:14pt;
font-family:Comic Sans MS;
color: #000000;
}
b
{
font-size:14pt;
font-family:Comic Sans MS;
color: #000000;
}
.banner
{
font-size:56pt;
font-family:Comic Sans MS;
color: #000000;
text-decoration: underline;
align: center;
}
.ubs
{
font-size:20pt;
font-family:Comic Sans MS;
color:#000000;
text-decoration: underline;
font-weight:bold;
}
.navi
{
font-size:14pt;
font-family:Comic Sans MS;
color:#000000;
font-weight:bold;
}
.navi1
{
font-size:12pt;
font-family:Comic Sans MS;
color:#000000;
font-weight:bold;
}
div#banner
{
margin: 0cm 4cm 1.5cm 3cm;
background-color:#AEAFFF;
font-weight:bold;
border:2pt solid #000000;
border-top:none;
}
div#seite
{
margin: 0cm 2cm 2cm 3cm;
padding: 0cm;
background-color:#9F855E;
}
div#inhalt
{
margin: 10px 2cm 0cm 0.5cm;
padding: 0.5cm 1cm 0.5cm 3.5cm;
border:2pt solid #000000;
background-color: #FFFFCC;
}
div#navigation1
{
margin:0.5cm 0cm 0cm 4cm;
border:2pt solid #000000;
background-color:#AEAFFF;
padding: 0cm;
height:2cm;
}
ul#navigation2
{
border:2pt solid #000000;
background-color:#AEAFFF;
padding: 0.5em;
margin: 2px 0cm 1px 20px ;
float: left;
width: 3cm;
}
table#navi1
{
border="0"
width: 755px;
height: 53px
}
td
{
align: center;
height: 15 ;
front-familiy: Comic Sans MS;
</style>
<title>div- Container</title>
</head>
<body>
<div id="seite">
<div id="banner">
<p align="center">
<b class="banner" align="center">Banner</b>
</div>
<div id="navigation1" style="width: 755px; height: 59px">
<table id="navi1">
<tr>
<td height="15px" width="125px" align="center">
<b class="navi" >navigation1</b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
</tr>
<tr>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
<td height="15px" width="125px" align="center">
<b class="navi" ></b>
</td>
</tr>
</table>
</div>
<ul id="navigation2">
<b class="navi1">Navigatio 2 </b>
<br><br><br><br><br>
</ul>
<div id="inhalt">
<b>inhalt</b>
<br><br><br><br><br>
</div>
</div>
</body>
</html>
danke schonmal
der_webi Gast |