Hallo,

Probiers mal so

mfg

Martin

8< -----------------------------------------------

<html><head><title>text-decoration</title>
<style type="text/css">
A:link.user1   {
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:red;
}

A:visited.user1  {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
  text-decoration: none;
 color:blue;
}

A:active.user1   {
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:blue;
}

A:hover.user1  {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: none;
  color:yellow;
}

A:link.user2   {
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:blue;
}

A:visited.user2  {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
  text-decoration: none;
 color:blue;
}

A:active.user2   {
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:blue;
}

A:hover.user2  {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: none;
  color:green;}

</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>
<a href="#" class="user1">User1</a>
<p>
<a href="#" class="user2">User2</a>
</body>
</html>

------------------------------------>8

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von ANGEL Harald
Gesendet: Dienstag, 14. Oktober 2003 11:35
An: ASP Coffeehouse (E-Mail)
Betreff: [Coffeehouse] Problem mit CSS


Hi Liste!

Hab ein bl�des Problem:

Ich hab ne datei, und in der will ich 2 verschiedene Hover-Farbe haben.
Theoretisch solle User1 in rot und User2 in blau dortstehen...
Nur funktioniert das irgendwie nicht.

Ist schwer zu erkl�ren, aber schaut euch bitte einfach mal die Datei an, ist
supersimple und selbsterkl�rend (hoff ich) ;)

www.epos4.at/test.htm

Danke
Harald
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an