![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
![]() |
|
Themen-Optionen | Ansicht |
![]() |
#2 |
Hero
![]() Registriert seit: 08.04.2003
Beiträge: 821
|
![]() Ach funktioniert eh, das "visited" hat mir einen Strich durch die Rechnung gemacht...
|
![]() |
![]() |
![]() |
#3 |
Inventar
![]() Registriert seit: 24.09.2001
Beiträge: 7.335
|
![]() Also Im Mozilla 1.4 und im IE 6.0 tut das folgende Script genau das, was Du willst:
PHP-Code:
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org . |
![]() |
![]() |
![]() |
#4 | |
Elite
![]() Registriert seit: 08.11.2001
Alter: 42
Beiträge: 1.285
|
![]() Zitat:
a.weiss { color:#FFFFFF; } ![]() mfg c.
____________________________________
www.sagmueller.net Freedom - use it or lose it (Lawrence Lessig) Im übrigen bin ich der Meinung, dass Microsoft zerschlagen werden muss. |
|
![]() |
![]() |
![]() |
#5 |
Inventar
![]() Registriert seit: 08.02.2000
Beiträge: 1.696
|
![]() z.B.:
Code:
/* navigation-links */ .nav_link:link { color: #FFFFFF; text-decoration: none; font-weight: normal} .nav_link:visited { color: #FFFFFF; text-decoration: none; font-weight: normal} .nav_link:hover { color: #CC0000; text-decoration: none; font-weight: normal} .nav_link:active { color: #CC0000; text-decoration: none; font-weight: normal} .nav_link_act:link { color: #FFFFFF; text-decoration: none; font-weight: bold} .nav_link_act:visited { color: #FFFFFF; text-decoration: none; font-weight: bold} .nav_link_act:hover { color: #B8B870; text-decoration: none; font-weight: bold} .nav_link_act:active { color: #B8B870; text-decoration: none; font-weight: bold} /* links */ a:link { color: #003399; text-decoration: underline; font-weight: bold} a:visited { color: #003399; text-decoration: underline; font-weight: bold} a:hover { color: #CC0000; text-decoration: underline overline; font-weight: bold} a:active { color: #CC0000; text-decoration: underline overline; font-weight: bold} Code:
<a href="..." class="nav_link"...> mfg
____________________________________
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you. |
![]() |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|