velvet.rope: Firefox Links gehen nicht / sind immer blau

Hallo!
Also ich suche nun schon seit Tagen nach einer Lösung für mein Problem.
Immer wenn ich einen Link mit styles defniere geht dieser nicht in firefox. egal was ich mache es geht nicht. hier meine einstellungen.

datei.htm hat den verweiss zu style.css
<link href="style.css" rel="stylesheet" type="text/css">

style.css sieht so aus:
a.linkpublish:link { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
a.linkpublish:visited { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
a.linkpublish:hover { font-weight: normal;color: #FF00FF;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
a.linkpublish:active { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
a.linkpublish:focus { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}

im ie und opera geht auch alles denoch im firefox nicht was mich abnervt!!!
bitte um hilfe!!!

Viele Grüße Velvet Rope

  1. Hallo velvet.rope.

    Also ich suche nun schon seit Tagen nach einer Lösung für mein Problem.
    Immer wenn ich einen Link mit styles defniere geht dieser nicht in firefox. egal was ich mache es geht nicht. hier meine einstellungen.

    datei.htm hat den verweiss zu style.css
    <link href="style.css" rel="stylesheet" type="text/css">

    style.css sieht so aus:

    Bist du dir _absolut_ sicher, dass dies der einzige Inhalt ist? Hast du auch keine Kommentare unterschlagen?

    a.linkpublish:link { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}

    a.linkpublish:visited { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
    a.linkpublish:hover { font-weight: normal;color: #FF00FF;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
    a.linkpublish:active { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}
    a.linkpublish:focus { font-weight: normal;color: #999999;font-size: 7pt;font-family: Tahoma, Helvetica, Arial, sans-serif;text-decoration: none; line-height : 10px;}

      
    BTW: Dies kann man massiv abkürzen:  
      
    ~~~css
    a.linkpublish {  
      color:#999;  
      [ref:self811;css/eigenschaften/schrift.htm#font@title=font]:normal 7pt/10px Tahoma, Helvetica, Arial, sans-serif;  
      text-decoration:none;  
    }  
    a.linkpublish:hover {  
      color:#f0f;  
    }
    

    Findest du dies nicht auch lesbarer?

    Einen schönen Montag noch.

    Gruß, Ashura

    --
    sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
    „It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
    [HTML Design Constraints: Logical Markup]
    1. Hello out there!

      font:normal 7pt/10px […]

      ^^^

      Findest du dies nicht auch lesbarer?

      Nein. ;-)

      See ya up the road,
      Gunnar

      PS: font-size in pt und line-height in px dürfte problematisch sein (unabhängig von der Verwendung absoluter Einheiten und Festlegung viel zu kleiner Größen)

      --
      “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
      1. Hallo Gunnar.

        font:normal 7pt/10px […]
                         ^^^
        Findest du dies nicht auch lesbarer?

        Nein. ;-)

        Ich mit rein syntaktischer Korrektur beschäftigt, da habe ich darauf nicht geachtet. Aber da ich ja poste, wo ich gerade poste, ist das nicht weiter schlimm, weil auf das, was ich vergesse zu erwähnen, sowieso jemand anders hinweist.

        Einen schönen Montag noch.

        Gruß, Ashura

        --
        sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
        „It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
        [HTML Design Constraints: Logical Markup]
        1. Hallo Ashura,

          Ich mit rein syntaktischer Korrektur beschäftigt, [...]

          ich das dumpfe Gefühl[sic!], dass in diesem Halbsatz etwas fehlt.

          Aber da ich ja poste, wo ich gerade poste, ist das nicht weiter schlimm, weil auf das, was ich vergesse zu erwähnen, sowieso jemand anders hinweist.

          Na dann isses ja gut. ;-)

          So long,
           Martin

          --
          Wenn man keine Ahnung hat - einfach mal Fresse halten.
            (Dieter Nuhr, deutscher Kabarettist)
          1. Hallo Martin.

            Ich mit rein syntaktischer Korrektur beschäftigt, [...]

            ich das dumpfe Gefühl[sic!], dass in diesem Halbsatz etwas fehlt.

            Ich da hast du recht.

            Aber da ich ja poste, wo ich gerade poste, ist das nicht weiter schlimm, weil auf das, was ich vergesse zu erwähnen, sowieso jemand anders hinweist.

            q. e. d.

            Einen schönen Montag noch.

            Gruß, Ashura

            --
            sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
            „It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
            [HTML Design Constraints: Logical Markup]
  2. Hello out there!

    Siehe alle meine Anmerkungen von heute Mittag.

    font-size: 7pt;

    Das kann nur ein Scherz sein. Ein schlechter.

    Wenn eine Seite nicht lesbar sein soll, warum erstellst du sie dann erst?

    im ie und opera geht auch alles denoch im firefox nicht was mich abnervt!!!

    Was nicht geht ist die Fehlerbeschreibung „geht nicht“.

    See ya up the road,
    Gunnar

    --
    “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
    1. Hello Ashura™! >;->

      Siehe alle meine Anmerkungen von heute Mittag.

      Nachtrag: Und den Nachtrag zu diesen auch.

      See ya up the road,
      Gunnar

      --
      “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
      1. Hallo Gunnar.

        Hello Ashura™! >;->

        Hehe. Ja, mittlerweile ist das schon fast gerechtfertigt.

        Einen schönen Montag noch.

        Gruß, Ashura

        --
        sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
        „It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
        [HTML Design Constraints: Logical Markup]
        1. Hello out there!

          Hello Ashura™! >;->
          Hehe. Ja, mittlerweile ist das schon fast gerechtfertigt.

          Naja, guckst du

          (https://forum.selfhtml.org/?t=134272&m=870775) ;-)

          See ya up the road,
          Gunnar

          --
          “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
          1. Hallo Gunnar.

            Hello Ashura™! >;->
            Hehe. Ja, mittlerweile ist das schon fast gerechtfertigt.

            Naja, guckst du

            (https://forum.selfhtml.org/?t=134272&m=870775) ;-)

            Kein Problem; Konkurrenz belebt das Geschäft.

            Einen schönen Montag noch.

            Gruß, Ashura

            --
            sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
            „It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
            [HTML Design Constraints: Logical Markup]
          2. Hallo,

            Naja, guckst du

            (https://forum.selfhtml.org/?t=134272&m=870775) ;-)

            oh, da führt wohl jemand einen Monolog. ;-)

            Mein Kollege sagte vor ein paar Tagen über einen Neuen in der Abteilung:
            "Es wäre hilfreich, wenn er entweder lauter reden oder leiser denken würde, damit man das besser auseinanderhalten kann."

            Ciao,
             Martin

            --
            Wissen erwirbt man, indem man immer das Kleingedruckte sorgfältig liest.
            Erfahrung bekommt man, indem man das nicht tut.
  3. im ie und opera geht auch alles denoch im firefox nicht was mich abnervt!!!

    Ich sehe bei mir keinen Unterschied zwischen der Darstellung im IE und im Firefox.

    In beiden Browsern keine Unterstreichung, kleinere Schrift, hellgrauer Text.

    Stefan