Hi,
ich verstehe nicht, was du mit Fading meinst. Meinst du den Farbwechsel der Links, wenn du mit der Maus drüberfährst?
A:link { text-decoration: none; color: #FFffff;font-weight:bold }
A:visited { text-decoration: none; color: #ffffff; font-weight:bold;}
A:hover { text-decoration: none; color: #000000;font-weight:bold; }
A:active { text-decoration: none; color: #000000; font-weight:bold;}
Es ist ein auszug aus http://www.bier-saufen.de/suff.css
Genauerest findest du unter http://selfhtml.teamone.de/css/eigenschaften/pseudoformate.htm
MfG Dmitri