Thread LINK-farbe beeinflussen? (4 answers)
Opened by skontox at 2003-08-24 15:50

snadra
 2003-08-25 15:44
#29292 #29292
User since
2003-08-11
265 Artikel
BenutzerIn
[Homepage] [default_avatar]
Ich würde es auch mit CSS machen.
Dann kannst Du das in Rocs link so erweitern:
Code: (dl )
1
2
3
4
5
6
7
a.menu:link { text-decoration:none; font-weight:bold; color:#E00000; }
a.menu:visited { text-decoration:none; font-weight:bold; color:󃔀 }
a.menu:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }

a.text:link { text-decoration:none; color:#ff0000; }
a.text:visited { text-decoration:none; color:#ff0000; }
a.text:hover { text-decoration:none; font-weight:italic; background-color:#ff0000; }

Und im HTML:
Code: (dl )
1
2
<a href="http://deinlink1.com" class="menu">menu</a>
<a href="http://deinlink2.com" class="text">text</a>
http://hamburg.pm.org
jeden 2. mittwoch im monat
--
#!/usr/bin/perl -w
$l=join('',map chr,(116,110,105,114,112))if$^T;
!!$$?@_=qw(Jhfg Aabgure Prey Hnpxre):$l=1;
for(@_){eval reverse($l)."'"._(_(_($_))).' \''}
sub _{$_=~y+a-z+n-za-m+and pop}

View full thread LINK-farbe beeinflussen?