CSS

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • CSS

    Hallo,

    wer kann mir helfen.

    in *.css:
    a.normalfile:link {text-decoration: none; color:#0000DF; font-weight: bold}
    a.normalfile:visited {text-decoration: none; color:#4F4F4F; font-weight: bold}
    a.normalfile:hover {text-decoration: underline; color: #0000DF; font-weight: bold}
    a.normalfile:active {text-decoration: underline; color: #4F4F4F; font-weight: bold}

    a.hyperlink:link {text-decoration: none; color:#0000DF;font-weight: bold}
    a.hyperlink:visited {text-decoration: none; color:#4F4F4F;font-weight: bold}
    a.hyperlink:hover {text-decoration: underline; color: #0000DF; font-weight: bold}
    a.hyperlink:active {text-decoration: underline; color: #4F4F4F; font-weight: bold}

    *.html:
    <td><a class="normalfile" href="file://localhost/E:/aktuell.ppt" target="_blank">Plan</a> </td>

    <td><a class="hyperlink" href="http://189.16.27.65/pro2000/index.asp" target="_blank">Bericht</a></td>

    Link "Bericht" ist immer grau und warum verstehe ich nicht.
    Ich habe IE5.Wo liegt mein Fehler?

    Danke!

    Gruß


  • #2
    wahrscheinlich hast du diesen Link schon mal angeklickt. Lösch mal in deinem IE unter Extras>Internetoptionen den Cache und den Verlauf. Vielleicht klappts dann...

    Kommentar


    • #3
      CSS

      Hallo,

      Danke BrainBug, das habe ich naturlich auch gemacht.
      Aber es klappte nicht, und ich habe anders gelöst: mit
      Bildwecksel beim ankliken (Bild neben d.Link meine ich).

      Gruß

      Kommentar


      • #4

        hä? ich glaube, ich habe dich total mißverstanden, zumindest weiß ich nicht, was mir deine letzte Antwort sagen soll, aber wenn du zufrieden bist, bin ichs auch

        Kommentar

        Lädt...
        X