Hi,
ich habe folgendes gemacht.
http://www.FscCalw.de/russlandinfo
der Grobe Aufbau siht so aus.
- Code: Alles auswählen
....
--Box_View------------------------------
| |
| *Box_Nav* <h1>bla bla bla</h1> |
| * * |
| * * --Box_Haupt--------- |
| * * | | |
| * * | | |
| * * | | |
| ********* | | |
| | | |
| | | |
| | | |
| | | |
| -------------------- |
| |
----------------------------------------
das Klappt auch wunderbar, doch jetzt habe ich das Problem das wenn jemand Linux auf seinem Rechner hat und den Mozilla verwendet das dann die "Box_View" nicht bis nach unten geht sondern nur 1 Zeile Hoch ist. in allen anderen Browser unter Linux und Windoof geht das.
Kann mir da jemand Helfen ?? Bitte.
der HTML Code siht dazu so aus.
- Code: Alles auswählen
...
Hä
<div> id="Box_View"
<div>......</div> id="Box_Nav"
<h1>bla bla</h1>
<div>....</div> id="Box_Haupt"
<br>
<div></div> class="cut"
</div>
...
der CSS Teil so:
- Code: Alles auswählen
#Box_Nav
{
width: 200px;
margin: 10px auto;
float: left;
background-color: #121D73;
text-align: right;
overflow: hidden;
font-weight: bold;
}
.cut
{
clear: both;
}
#Box_Haupt
{
float: right;
width: 510px;
background-color: #dedede;
border-width: 1px;
border-style: solid;
border-color: #999999;
margin-bottom: 2px;
margin-right: 2px;
margin-top: 7px;
padding: 10px;
color: black;
text-align: justify;
font: 10pt/15pt Arial; /* Schrift Grösse & Art */
text-indent: 20px; /* Erster Buchstabe einrücken */
}
h1
{
margin-bottom: 2px;
margin-right: 2px;
margin-top: 9px;
float: right;
width: 510px;
font: 14pt Arial;
color: white;
background-color: #121D73;
line-height: 15pt;
text-align: left;
border-width: 1px;
border-style: solid;
border-color: #121D73;
padding: 10px;
}
Kann mir da jemand Hefen ?? Bitte Bitte Bitte.
Danke im voraus.
