ich flippe aus...
Ich muß eine Site überarbeiten und will die Darstellung erstmal korrekt anpassen.
D.h. valides CSS etc... Hmpf
Testseite: https://62.245.151.236/devi2/Test.php
Das Problem ? Schaut's euch einmal im Opera, im Mozialla und IE an...
Die Darstellung IE ist die Gewünschte....
Das CSS dazu:
Validator sagt zum CSS OK.
Problembereiche: Abstand #Inhalt und #Footer / linke Grafik nicht links unten / Im Opera horizontale Scrolleiste vorhanden
Die Grafik für links unten ist als Hintergrundgrafik im body definiert.
Ich verzweifle noch ...
Hilfe..

Ich muß eine Site überarbeiten und will die Darstellung erstmal korrekt anpassen.
D.h. valides CSS etc... Hmpf
Testseite: https://62.245.151.236/devi2/Test.php
Das Problem ? Schaut's euch einmal im Opera, im Mozialla und IE an...
Die Darstellung IE ist die Gewünschte....
Das CSS dazu:
Code:
body, body.Start
{
margin: 0px;
font-size: small;
color: #AAAAAA;
background-color: #000024;
z-index: 1;
margin: 0px;
height: 100%;
width: 100%;
display: block;
line-height: normal;
border: 0px;
background-image: url(../Images/BG_Navi.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}
#Head
{
position: absolute;
left: 22%;
top: 3%;
height: 54px;
width: 77%;
background-color: transparent;
background-image: URL(../Images/NaviBG3.jpg);
background-position: top left;
background-repeat: repeat-x;
z-index: 3;
visibility: visible;
border: 0px;
margin: 0px;
}
#Menue
{
position: absolute;
left: 0px;
top: 54px;
width: 22%;
padding-top: 1%;
background-color: transparent;
text-align: right;
z-index: 1;
visibility: visible;
border: 0px;
float: none;
}
#Inhalt
{
position: relative;
left: 22%;
top: 100px;
width: 68%;
margin-left: 10px;
padding-left: 1%;
padding-top: 10px;
background-color: #555555;
color: White;
background-image: url(../Images/EdgeLT.jpg);
background-repeat: no-repeat;
background-position: top left;
z-index: 1;
visibility: visible;
border: 0px;
line-height: normal;
float: none;
}
#Footer
{
position: relative;
height: 20px;
width: 68%;
left: 22%;
margin-left: 10px;
padding-left: 1%;
top: 100px;
color: White;
background-color: #333333;
background-image: url(../Images/EdgeLB.jpg);
background-repeat: no-repeat;
background-position: bottom left;
margin-left: 10px;
z-index: 2;
visibility: visible;
border: 0px;
line-height: normal;
float: none;
}
#Dekor1
{
position: absolute;
top: 0px;
left: 97%;
width: 1%;
height: 100%;
background-color: #092941;
z-index: 2;
visibility: visible;
border: 0px;
}
#Dekor2
{
position:absolute;
top: 0px;
left: 93%;
width: 3%;
height: 100%;
background-color: #031E33;
z-index: 2;
visibility: visible;
border: 0px;
}
h4.Header
{
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: xx-small;
font-weight: normal;
color: #777777;
margin: 0px;
padding-right: 10%;
padding-top: 5px;
}
h2
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bolder;
letter-spacing: 3pt;
color: #BEBEBE;
margin: 0px;
padding-top: 22px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 10%;
border-bottom: 1px dashed #555555;
}
Problembereiche: Abstand #Inhalt und #Footer / linke Grafik nicht links unten / Im Opera horizontale Scrolleiste vorhanden
Die Grafik für links unten ist als Hintergrundgrafik im body definiert.
Ich verzweifle noch ...
Hilfe..
Zuletzt bearbeitet: