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]