Problem mit Netscape!

Status
Nicht offen für weitere Antworten.

Master-T

Grünschnabel
Diese css datei:

<STYLE TYPE="text/css">
<!--
body {
SCROLLBAR-FACE-COLOR : #000000;
SCROLLBAR-HIGHLIGHT-COLOR : #009900;
SCROLLBAR-SHADOW-COLOR : #006600;
SCROLLBAR-3DLIGHT-COLOR : #000000;
SCROLLBAR-ARROW-COLOR : #006600;
SCROLLBAR-TRACK-COLOR : #000000;
SCROLLBAR-DARKSHADOW-COLOR : #003300;
background-color:#333333;
cursor:url('gsc_two.cur')}
}

body, tr, td, a, input, select, .button, textarea {
font-family : Verdana;
font-size : x-small;
color: silver;
}
a.z {
font-family : Verdana;
font-size : x-small;
}
a.w {
font-family : Verdana;
font-size : xx-small;
}
td.x {
background-image : url('bg.gif');
height : 20px;
}
td.y {
background-image : url('bg.gif');
}
:link {
Color : white ;
Text-Decoration : None
}

:active {
Color : red ;
Text-Decoration : None
}
:visited {
Color : white ;
Text-Decoration : None
}
A:hover {
Color : #006699 ;
Text-Decoration : None
}

input, textarea {
border-color: transparent;
border-style: solid;
border-width: 1pt;
color: #666666;
background-color: #000000;
font-family: Verdana;
font-size: 11px;
}

select, .button {
border-color: transparent;
border-style: solid;
border-width: 1pt;
color: #666666;
background-color: #000000;
font-family: Verdana;
font-size: 11px;
}
-->

</STYLE>

funtzt mit netscape überhauptnicht (mit ie aber schon)!

Warum? und was kann ich dagegen machen?


MfG T
 
Was funzt mit NS nicht? Wenns nur die farbeigen Scrollbalken sind ist´s kein Wunder -> IE only... Ansonsten schließt man noch jede Definition mit einem ";" ab, vielleicht meckert er deswegen.

bye
 
hmm... was sagt den opera? und netscape 4.7? frag den mal und du hast nen mega-fun *grins*

im ernst. ich habe meine brille noch nicht geputzt, aber
"
cursor:url('gsc_two.cur')}
}
"
da scheint mir was zuviel: --> 2x }

salut
cherry
 
Hi
wie crono schon gesagt hat, schließ mal alle Definitionen mit nem ; ab. So viel ich weiß, hat netscape auch Probleme mit Leerzeichen. Also nicht so: text-decoration: none; sondern so: text-decoration:none;
Ansonsten fällt mir dazu auch nix mehr ein.
Ciao
Noby
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück