BeTheBall -> hide from screen, but not printer (8/2/2007 10:27:47)
Can someone show me a quick example of a class that will hide a block (<div>) from everything but the printer?
Tailslide -> RE: hide from screen, but not printer (8/2/2007 10:30:32)
Personally I'd do a print stylesheet (media="print") without all the navigation and other superflous stuff and with the div that you have hidden on the screen version - I do this all the time actually as I generally add in a Print logo which is hidden from the browser but visible to the print stylesheet.
BeTheBall -> RE: hide from screen, but not printer (8/2/2007 10:58:31)