Cross browser print image javascript
Hiding sections of a page when printing is a fairly common and trivial task with the help of a little css. For example, hiding a page header and footer only takes a few lines. @media print { .header, .footer { display: none; } } But what if you want to only print a