I'm attempting to mark up external links on my site with the following css:

a [href^="http://";] {content:url("icn_external.png");}

Its not working in any browser. I also tried marking up pdf links with:

a [href$=".pdf"] {content:url("icn_pdf.png");}

Again, not working. I've checked the urls to the images and they are
correct. Anything obvious that I'm missing here?

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to