On Wed, 26 Apr 2006 16:36:31 +0200, Andreas Prilop
<nhtcapri (AT) rrzn-user (DOT) uni-hannover.de> wrote:
Quote:
On Wed, 26 Apr 2006 shortbackandsided.removeme (AT) hairdresser (DOT) net wrote:
I want to present users with a choice of mono, text only print or
colour including images.
Can I somehow offer on the web-page the ability for the user to select
the print style sheet?
Add a TITLE attribute to <LINK REL=StyleSheet>.
In Mozilla, choose the menu "View > Use Style > ...".
Surely that only works for style sheets intended for @media screen?
|
I guess I could do something dirty like setting the print style sheet
as an alternative screen sheet, the user then selects that and
displays it on screen then uses the print button.
(Also I hear there are STILL some folk using an inferior browser
without the benefit of a "View > Use Style > ..." menu item.)
(I had a look around on Eric Meyer's site but couldn't find JavaScript
that allows user to select which "@media print" to use. )