Article Idea:
Print-CSS with images
suggested by Richard Johann on 2007/07/30
Hello
My “idea” is actually very simple: Make images appear in the print-view (print-CSS): I wanted to print http://www.boxesandarrows.com/view/introduction-to-the but all images had disappeared. A look into the stylesheet for ”@print” revealed that all images are treated equal with a “display: none”.
It would be great if printing was restored to B&A. :)
Regards
jr
Want to see this idea turned into a story?
0 people said yes. | 0 people said no.

jeff boulet
8 Reputation points
Posted 2007/09/22 @ 15:42PM with
Hi Richard -
boxesandarrows.com print.css prints all images that are related to articles and hides images that are part of the presentation/design of the site. In print.css a few lines below img {display:none}, is the declaration- .content img {display:block}. If you need to print other parts of the site, I’m curious what and why. Let me know. Thanks for the idea.