Hallo zusammen,
die neueste Version des Firefox, frühere allerdings auch schon, zeigen meine Seiten nicht so an, wie ich es möchte. Im IE sieht alles korrekt aus, wie es eben geplant ist.
Die Fehlerkonsole (geniales Teil), zeigt mir Fehler in meinem CSS an. Nur finde ich nicht, dass es Fehler sind. Allerdings lasse ich mich auch gerne vom Gegenteil überzeugen.
Fehlermeldung lautet: Selector erwatet. Regelsatz wegen ungültigem Selektor ignoriert.
Anbei mal mein CSS-File, in dem die Zeilen 8, 35 und 38 moniert werden:
Code
h4 {font-family:Verdana;
font-size:14px;
}
body {background-color: #ffffff;
font-family: Verdana;
font-size: 11pt;
color: black;
}
table {border-color: #000000;
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
padding-left: 2px;
padding-right: 2px;
}
p {text-align: justify;}
.picture {background-color: #d7d7d7;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
th {font-size: 11px;
background-image: url(http://www.trabitechnik.com/images/bg_blue.gif);
}
td {background-color: #d7d7d7;
font-size: 11px;
}
.picture {
background-color: #E6E6E6;
}
.rate {
background-color: #0000ff;
}
.box {
background-color: #a3a3a3;
}
.comment {
background-color: #C0D0DE;
}
.error {
background-color: #d7d7d7;
color: #FF0000;
}
.spezial {background-color: #f1f1f1;
color: #000000;
}
input, select, textarea {background-color: #C0D0DE;
height: 16px;
width: 150px;
font-size:12px;
font-family: verdana, arial;
border: 1px solid #000000;
}
.multiple {height: 64px;}
.more_button {width: 90px;
height: 14px;
font-size: 10px;
}
.lang {width: 300px;}
.radio {background-color: #d7d7d7;
width: 10px;
border: 0px;
height: 12;
}
.wradio {background-color: #ffffff;
width: 20px;
border: 0px;
}
.datum {width: 40px;}
.check {width: 20px;}
.search {width: 80px;}
.text {background-color: #ffffff;}
.textbox50 {width: 300;
height: 100;
}
A.menulink {display: block;
width: 72px;
text-align: center;
text-decoration: none;
font-family: arial;
font-size: 12px;
color: #000000;
border: solid 1px #ffffff;
text-decoration: none;
}
A.menulink:hover {border: solid 1px #000fff;
background-color:C0D0DE;
text-decoration: none;
}
A.list {display: block;
width: 408px;
text-align: left;
font-family: arial;
text-decoration: none;
font-size: 12px;
color: blue;
border: none;
}
A.list:hover {border: none;
text-align: center;
background-color: #C0D0DE;
text-decoration: none;
}
a.left {display: block;
width: 156px;
text-align: left;
font-family: arial;
text-decoration: none;
font-size: 12px;
color: blue;
border: none ;
}
a.left:hover {border: none;
background-color: #C0D0DE;
text-align: center;
text-decoration: none;
}
a:link { color:#0000FF; text-decoration:none }
a:visited { color:#0000FF; text-decoration:none }
a:hover { color:0000ff; text-decoration:underline }
a:active { color:#0000FF; text-decoration:underline }
a:focus { color:#000000; font-weight: bold; text-decoration:underline }
Alles anzeigen
Ich hoffe, mir kann jemand das Phänomen aufklären.
mfg
Trabiteamer