![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can I disable all screen styles for a print style sheet without explicitly giving them all different values in a Print CSS? |
#3
| |||
| |||
|
|
| Deciding to do something for the good of humanity, Jeremy Clulow | <jeremy (AT) websNOSPAMwonder (DOT) co.uk> declared in | comp.infosystems.www.authoring.stylesheets: | | > How can I disable all screen styles for a print style sheet without | > explicitly giving them all different values in a Print CSS? | | You've got it backwards - just specify that your screen stylesheet only | applies to screen (and any others desired). | | E.g. | <link rel="stylesheet" type="text/css" href="stylesheet.css" | media="screen,projection" | | Or if you prefer, in the stylesheet: | @media screen,projection { | ...styles here... | } -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |