Geschrieben von Tobi28 am 31.07.2006 um 15:39:
Warum funktionieren meine Scrollbars net in FireFox
Ich mach grad mein Reitsportinternat Neuschwanstein, aber irgendwie funtzen meine Scrollbars im FirFox Browse rnet. Meine Scrollbar Codes liegen in ner externen Css-Datei.
Zitat: |
/*externe Stylesheet-Datei mit der Bezeichnung design.css*/<style type="text/css">{ }a:link { color: #000000; font-style: normal;text-decoration: none; }a:visited { color: #000000; font-style: normal; text-decoration: none; }a:hover { color: #000000; font-style: normal; text-decoration:none; position:relative; top:2px; left:2px;}a:active { color: #000000; font-style: normal; text-decoration: none; }body { scrollbar-base-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3d-light-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-arrow-color: #547382;color: #000000; font-family: Tahoma;}img {border:0px none; }--></style> |
Und auf der Seite setze ich diesen html Code im Header einum das zu aktivieren.
Zitat: |
<link rel="stylesheet" type="text/css" href="design.css"> |
Bitte kann mir jemand sagen was ich tun muss.Ps: Alle anderen Befehle funktionieren.