Hallo Gunnar.
Dazu ist in funktionstüchtigen Browsern kein JavaScript erforderlich; das geht mit CSS:
#inhalt a::after {
content: " Link";
}
>
> Das JavaScript kannst du für veraltete IEs per conditional comments einfügen.
Abgesehen davon bliebe natürlich auch immer noch die Variante, die selbst in den IEs funktioniert:
~~~css
#inhalt a {
background: url(grafik-mit-link-symbol-oder-text.png) no-repeat center right;
padding-right: …px; /* Breite der Grafik + ggf. etwas Freiraum */
}
Einen schönen Samstag 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]
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]