Print URL After Links Last updated on: September 4, 2009 @media print{ a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;} }
Simply amazing. A great tut would be all about Print stylesheets! Thanks Chris!
Well, Chris already has a video tutorial on print stylesheets that’s quite good.
A demo would have been a lot much handy here !
Demo can be found here:
http://jsfiddle.net/duemF/
It’s also possible to turn the link black by adding color: #000, but text-decoration: none; doesn’t seem to work.
If you’re curious about browser support see the CSS tricks entries for
Pseudo elements (:after)
and
CSS content property