Zum Inhalt springen

Links unterstreichen deaktivieren


Empfohlene Beiträge

Geschrieben

Servus!

Gibt es in HTML (also kein CSS) einen Befehl mit dem ich Grundsätzlich das unterstreichen von Links deaktivieren kann???

Ich verwende momentan ein CSS-Style und da sitzt irgendwo ein Bug! weil manchmal unterstreichter er sie und manchmal nicht! und wenn man den Link benutzt hat da sind sie auf keine Fall mehr unterstrichen! mein CSS müsste aber stimmen...


<STYLE TYPE="TEXT/CSS">

<!--

 BODY {

        SCROLLBAR-3D-LIGHT-COLOR: #000000;

        SCROLLBAR-HIGHLIGHT-COLOR: #C0C0C0;

        SCROLLBAR-FACE-COLOR: #FFFFFF;

        SCROLLBAR-ARROW-COLOR: #000000;

        SCROLLBAR-SHADOW-COLOR: #808080;

        SCROLLBAR-DARKSHADOW-COLOR: #000000;

        SCROLLBAR-TRACK-COLOR: #000000;

      }

//-->


a:link { font-weight:bold; color:#000000; text-decoration:none }

a:visited { font-weight:bold; color:#000000; text-decoration:none }

a:hover { font-weight:bold; color:#FF0000; text-decoration:none }

a:active { font-weight:bold; color:#000000; text-decoration:none }

a:focus { font-weight:bold; color:#FF0000; text-decoration:none }

</style>

Vielleicht gibt es ja auch ein Java Script oder so! Bin für jeden Rat dankbar!

Geschrieben

So gehts:



<STYLE TYPE="TEXT/CSS">
<!--
BODY {
SCROLLBAR-3D-LIGHT-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #C0C0C0;
SCROLLBAR-FACE-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #808080;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
}
//-->

a { color:#000000; text-decoration:none; }
a:link { font-weight:bold; color:#000000; text-decoration:none; }
a:visited { font-weight:bold; color:#000000; text-decoration:none; }
a:hover { font-weight:bold; color:#FF0000; text-decoration:none; }
a:active { font-weight:bold; color:#000000; text-decoration:none; }
a:focus { font-weight:bold; color:#FF0000; text-decoration:none; }
}
</style>


[/PHP]

Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde Dich hier an.

Jetzt anmelden

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...