Hallo,
ich habe ein Problem meine Seite mit css richtig zu gestalten.
Im FF sieht sie aus wie es soll, aber im IE nicht.
Damit man die Bereiche besser sieht hab ich ein Rahmen um jeden gemacht.
Hier der Link:
[link=http://www.mariannehopf.de/sites/laud/laudneu.php]
Die Style-Klassen sind folgende:
// für die Titelzeile
.head{
border: 1px solid #C8B9A3;
width: 686px;
text-align: left;
margin-left : 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 14px;
padding-top: 14px
}
// für den textuellen Inhalt
.content{
border: 1px solid #C8B9A3;
width: 449px;
height: 378px;
font-size: 12px;
overflow: auto;
padding-left: 250px;
margin-top: 0px;
text-align: left;
float: left;
}
// für die Fußleiste
.bottom{
border: 1px solid #C8B9A3;
width: 702px;
height: 45px;
font-size: 12px;
margin-top: 15px;
text-align: right;
vertical-align: middle;
float: left;
}
// das ist der Rahmen drumherum
.breite1 {
border: 1px solid #C8B9A3;
width : 702px;
height : 476px;
text-align: center;
}
Bin in CSS noch Anfänger, daher nicht gleich hauen.
Gruß Andreas