Hi,
[1] a[href^="mailto:"]:before { content:'Mail!'; } /* ;-) */
a[href^='mailto:']:before { content:url('http://localhost/imgs/mail.png'); }
um genau zu sein ist es bei mir eine URL aus dem file-Protokoll, aber ansonsten ebenso - inklusive dem Dateinamen ;-)
a[href$='.pdf']:before { content:url('http://localhost/imgs/acrobat.png'); }
Ja, auch 'ne Variante. Ich bevorzuge es anders:
*[src*=".swf"], param[value*=".swf"] { display:none !important; }
Sehr nett ist auch:
a[href^="javascript:"][href*="open"]:before, a[onclick*="open"]:before, a[target="_blank"]:before { content:url(.../newwin.png); }
Interessant finde ich auch, dass man die Existenz von schlechtem Code nutzen kann, um die Konsequenzen der Farblehre Unmächtigen auszugleichen:
a font[color] { color:inherit !important; }
Man glaubt gar nicht, um wie viel lesbarer dadurch so manche Seite wird ...
Cheatah
--
X-Will-Answer-Email: No
X-Please-Search-Archive-First: Absolutely Yes