This will not work, there is a preference in IE that tells the printer
specfically not to print background colors. I need to somehow override this.
Dan
On 2/21/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
>
> Why not just use an alternate stylessheet? Or use javascript to change the
> background color.
>
>
> Or use the media property of the style sheet to over ride when
> printing. I do this all the time to great effect.
>
> <style media="all">
> /*Stuff that goes for both screen and print */
> body {font-family: arial;}
> </style>
>
> <style media="screen">
> /*Stuff that is only for screen formatting*/
> body {background-color: purple;}
> </style>
>
> <style media="print">
> /*stuff that is only for print formatting*/
> body {background-color: white;}
> </style>
>
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
>
> ---------
> | 1 | |
> --------- Binary Sudoku
> | | |
> ---------
>
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
>
> Confidentiality Notice: This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270370
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4