in reply to Possible Improvements for Print View
Not sure if this is such a good idea since no browser is fully CSS-2 compliant, but I read at Alist Apart about this print stylesheet:
And then there's the CSS-3 selectors to fix the relative links:a:link:after, a:visited:after { content: " (" attr(href) ") "; }
But no browser seems to support these two yet so this suggestion goes directly down the drain...a[href^="/"]:after { content: " (http://www.perlmonks.org" attr(href) ") "; }
|
|---|