Listing 47.3. Połączenie stylów do druku i pseudoklasy :after
<style type="text/css">
@media print {
    a:after {
        content: " (" attr(href) ")";
    }
}
</style>
...
Opis kafelkowania znajdziesz w artykule
<a href="http://www.alistapart.com/articles/sprites/">
    CSS Sprites: Image Slicing's Kiss of Death
</a>,
którego autorem jest Dave Shea.