Hoverlinks via css

  • hallo, wie bekomme ich funktionierende hoverlinks via css hin ? ich habe die definitionen in einer extradatei eingebunden.


    A:HOVER
    {
    font-family : Verdana;
    font-size : 8pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    height : auto;
    letter-spacing : normal;
    line-height : normal;
    text-decoration : underline;
    color : White;
    }


    A:LINK
    {
    font-family : Verdana;
    font-size : 8pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    height : auto;
    letter-spacing : normal;
    line-height : normal;
    text-decoration : none;
    color : White;
    }


    A:Visited
    {
    font-family : Verdana;
    font-size : 8pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    height : auto;
    letter-spacing : normal;
    line-height : normal;
    text-decoration : none;
    color : White;
    }


    A:ACTIVE
    {
    font-family : Verdana;
    font-size : 8pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    height : auto;
    letter-spacing : normal;
    line-height : normal;
    text-decoration : none;
    color : White;
    }


    wenn ich die seite noch nicht besucht habe geht das wunderbar mit den hoverlink, aber bei bereits besuchten macht er das nicht mehr. --> A:Visited
    wird geladen !
    weis jemand wie man das umgeht ?


    mfg mm

  • Versuch mal folgendes zusätzlich einzufügen:


    A:VISITED:HOVER
    {
    font-family : Verdana;
    font-size : 8pt;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    height : auto;
    letter-spacing : normal;
    line-height : normal;
    text-decoration : underline;
    color : White;
    }

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!