Suche im Forum:
Suchen


Autor Nachricht
Beitrag23.06.2007 um 18:00 (UTC)    
Titel: Link Effekt frage (bitte um Hilfe)

Hallo, kann mir jemand helfen

<HEAD>
<style TYPE="text/css">
<!--
A:link{ text-decoration: none; color:"#ffffff" }
A:visited{ text-decoration: none; color="#ff0000" }
A:hover{ text-decoration: none; color="#ff0000" }
-->
</style>
</HEAD>

hab nen link effekt code aber irgendwie funktioniert der nicht, kann mir jemand helfen was da falsch mahe oder ob ich was falsch mache???

bitte um antwort
Beitrag23.06.2007 um 18:08 (UTC)    
Titel:

Das einzige was passiert ist, dass alle Links die Farbe weiß bekommen und wenn man mit der Maus darüber fährt, werden die Links rot. Besuchte Links werden auch rot bleiben.

Das <head> und </head> ist übrigens eher störend im Quellcode Wink
Beitrag23.06.2007 um 18:17 (UTC)    
Titel:

ja ich habs versucht aber der text bleibt immer schwarz


Zuletzt bearbeitet von ghetto-of-russia am 23.06.2007, 19:19, insgesamt einmal bearbeitet
Beitrag23.06.2007 um 18:30 (UTC)    
Titel:

Dann bau mal so ein:

Zitat:
<style TYPE="text/css">
<!--
A:link{ text-decoration: none; color:#ffffff !important ;}
A:visited{ text-decoration: none; color:#ff0000 !important;}
A:hover{ text-decoration: none; color:#ff0000 !important;}
-->
</style>
Beitrag23.06.2007 um 18:44 (UTC)    
Titel:

DANKE es funktioniert Smile

hier können sie mir sagen ob das richtig ist:

<STYLE type="text/css"> <!--A:link{COLOR #000000;TEXT-DECORATION:none} A:visited{color #585858;TEXT-DECORATION:none} A:active{color #000000;TEXT-DECORATION:none} A:hover{color: #000000;crosshair; TEXT-DECORATION:underline} --> </STYLE>

ich möchte dass der text sich unterstreicht wenn man mit cursor auf den bewegt...
und damit es nur der text nicht die ganze navigation dabei ist
Beitrag23.06.2007 um 18:51 (UTC)    
Titel:

Nicht so ganz Wink

Beachte immer, am Ende vor der Klammer ein ";" zu setzen:

Zitat:
<style type="text/css">
<!--
a:link{color: #000000;text-decoration: none;}
a:visited{color: #585858;text-decoration: none;}
a:active{color: #000000;text-decoration: none;}
a:hover{color: #000000;text-decoration: underline;}
-->
</style>
Beitrag23.06.2007 um 19:13 (UTC)    
Titel:

ja das funktioniert Danke, aber kann man irgendwas machen damit die Navigation nicht dabei ist sich auch unterzustreichen, da die auch als Link zählt?
Beitrag23.06.2007 um 19:23 (UTC)    
Titel:

Erweitere den Code, die Farbwerte kannst Du noch anpassen:

http://coolplace.de.tl/Farb_W.ae.hler.htm

Zitat:
<style type="text/css">
<!--
a:link{color: #000000;text-decoration: none;}
a:visited{color: #585858;text-decoration: none;}
a:active{color: #000000;text-decoration: none;}
a:hover{color: #000000;text-decoration: underline;}
a.rednav font{color: #ffffff !important;}
a.rednav font:visited{color: #ffffff !important;}
a.rednav font:hover{color: #ffff00 !important;}
a.rednav font:active{color: #ffffff !important;}
-->
</style>
Beitrag23.06.2007 um 20:34 (UTC)    
Titel:

DANKE Smile Smile
Beitrag24.06.2007 um 07:24 (UTC)    
Titel:

Gern geschehen Wink
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de