moe: Links

Hallo Ihr

Ich wollt mal kurz fragen wie ich des mit CSS mach dass wenn ich über einen Link fahre und der oben und unten unterstrichen werden soll...

Schonmal danke im vorraus

moe

  1. Hi!

    a{
     text-decoration:none;
    }

    a:hover{
     text-decoration:underline overline;
    }

    (ungetestet)

    cu

    Marc Reichelt || http://www.marcreichelt.de/

    --
    Linux is like a wigwam - no windows, no gates and an Apache inside!
    SELFCode: ss:| zu:) ls:< fo:# de:> va:} ch:? sh:) n4:( rl:? br:^ js:( ie:% fl:( mo:)
    http://emmanuel.dammerer.at/selfcode.html
    1. cool

      thx cu moe

      a{
       text-decoration:none;
      }

      a:hover{
       text-decoration:underline overline;
      }

      (ungetestet)