Firebug - Fehlermeldung mit "Selector"? |
cll

Hafifan in Action ->www.hafifieber.com
 

Dabei seit: 12.02.2005
Beiträge: 1.887
Herkunft: Bayern
 |
|
Firebug - Fehlermeldung mit "Selector"? |
 |
Ich bekomme von Firebug 3 seltsame Zeilen, die ich nicht zuordnen kann:
Selektor erwartet. Regelsatz wegen ungültigem Selektor ignoriert.
[Break on this error] <style type='text/css'>\nframe.css (Zeile 1)
Selektor erwartet. Regelsatz wegen ungültigem Selektor ignoriert.
[Break on this error] </style>frame.css (Zeile 114)
Unerwartetes Dateiende beim Suchen nach Abschließende } eines ungültigen Regelsatzes.
(seltsamerweise sieht man mehr wenn ichs hier rein kopiere. Dass der Fehler in der Frame.css ist zeigt er mir so gar nicht)
Ich habe bloß keinerlei Ahnung was die Meldung bedeuten könnte! Es zeigt ja nur was von Zeile 1 und 114, also die erste und letzte Zeile des CSS. Was kann da falsch sein?
Soll ich den Code mal hier rein stellen?
LG, Carmen
__________________
|
|
09.10.2009 11:42 |
|
|
.Senseless
dima & sascha!
 

Dabei seit: 26.01.2009
Beiträge: 2.244
 |
|
Jop, die Datei wäre ganz gut (:
__________________
"Bei leichten Depressionen empfehle ich ein heißes Bad mit ätherischen Ölen, bei schweren Depressionen ein heißes Bad mit Föhn!"
|
|
09.10.2009 14:32 |
|
|
cll

Hafifan in Action ->www.hafifieber.com
 

Dabei seit: 12.02.2005
Beiträge: 1.887
Herkunft: Bayern
Themenstarter
 |
|
<style type='text/css'>
a { font-weight:bold; color:#b49346; text-decoration:none; }
a:link { font-weight:bold; color:#b49346; text-decoration:none; }
a:visited { font-weight:bold; color:#b49346; text-decoration:none; }
a:focus { font-weight:bold; color:#b49346; text-decoration:underline; }
a:hover { font-weight:bold; color:#b49346; text-decoration:underline overline; }
h1{ font-size:2.5em; }
h2{ font-size:2em; }
h3{ font-size:1.5em; }
body {
font: 10px Verdana;
color: #987a32;
background-color:#e7d9b5;
}
input.button {
background-color: #caac64;
}
#fehler{
color: #a23c06;
background-color: #e5b9a1;
border: 1px solid #a23c06;
border-bottom: 1px solid #a23c06;
padding:10px;
line-height:30px;
}
#hinweis{
color: #000000;
background-color: #feffc1;
border: 1px solid #d5d931;
border-bottom: 1px solid #d5d931;
padding:10px;
line-height:30px;
}
#erfolg{
color: #2d7026;
background-color: #bedcba;
border: 1px solid #2d7026;
border-bottom: 1px solid #2d7026;
padding:10px;
line-height:30px;
}
td.old {
font: 10px Verdana;
color: #987a32;
background-color: #cfbb83;
text-decoration: none;
}
table.typ1 {
border-style:dotted;
border-color:#b49346;
padding:5px;
font: 10px Verdana;
color: #987a32;
background-color:#faf1da;
text-decoration: none;
}
table.table1 {
border-style:dashed;
border-color:#b49346;
font: 10px Verdana;
}
table.aufbau {
font: 10px Verdana;
}
table.typ2 {
border-style:dashed;
border-color:#b49346;
background-color:#faf1da;
padding:5px;
text-decoration: none;
font: 10px Verdana;
}
table.typ3 {
border-style:double;
border-color:#b49346;
padding:5px;
background-color:#faf1da;
text-decoration: none;
font: 10px Verdana;
}
table.typ4 {
border-style:groove;
background-color:#f7f4ec;
padding:5px;
text-decoration: none;
font: 10px Verdana;
}
table.fehler {
border-style:outset;
padding:6px;
font: 10px Verdana;
font-weight:bold;
text-decoration:none;
background-color:#ece3cb;
}
</style>
__________________
|
|
10.10.2009 17:27 |
|
|
|
Impressum
|