AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein [CSS] CSS Datei enthält anscheinend Fehler
Thema durchsuchen
Ansicht
Themen-Optionen

[CSS] CSS Datei enthält anscheinend Fehler

Ein Thema von flomei · begonnen am 3. Nov 2003 · letzter Beitrag vom 3. Nov 2003
Antwort Antwort
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.413 Beiträge
 
Delphi 12 Athens
 
#1

Re: [CSS] CSS Datei enthält anscheinend Fehler

  Alt 3. Nov 2003, 14:54
Ich vermute mal, daß Du eine (ältere) Mozilla-Engine hast, und diese verhält sich leider nicht korrekt bei den Sub-Classes. "Vererbung" etc. wird nicht richtig gehandhabt.

Code:
a {
   color: #00CC33;
   font-family: Times;
   font-weight: bold;
}

a:link {
   color: #00CC33;
   font-family: Times;
   font-weight: bold;
         text-decoration:none;
}
a:visited {
   color: #00CC33;
   font-family: Times;
   font-weight: bold;
         text-decoration:none;
}
a:hover {
   color: #00CC33;
   font-family: Times;
   font-weight: bold;
         text-decoration:underline, overline;
}
a:active {
   color: #00CC33;
   font-family: Times;
   font-weight: bold;
         text-decoration:underline;
}
......
Daniel Lizbeth
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:29 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz