[css-d] print style sheet

2009-03-14 Thread Sandy
hey all, Could you please take a look at something for me? I have been trying to write a print style sheet for this page, but it just isn't working. http://sandyfeldman.com/proposal/nathanieldett/nd_print.css http://sandyfeldman.com/proposal/nathanieldett/test.php when I try and print out of Fi

[css-d] Print style sheet?

2006-05-02 Thread Erin Spangler
I've never used a print style sheet before, but I'm wondering if I could use one now. I'd like each month to print out on a separate sheet of paper if someone tries to print it from the web. Any ideas: http://www.highland-bc.org/calendar.html Thanks, Erin Spangler _

[css-d] Print style sheet problem

2005-10-07 Thread John Goodwyn
I'm having print problems with the site www.alasave.com/default.aspx?id=98. The page is set with everything displaying "none", which is fine, but the content, which is set to "auto" displays all the way at the bottom of the page. Below is my css - any hints? /* Alasave Print CSS Document */ b

Re: [css-d] print style sheet

2009-03-14 Thread Bill Brown
Sandy wrote: > Could you please take a look at something for me? > I have been trying to write a print style sheet for this page, but it > just isn't working. > http://sandyfeldman.com/proposal/nathanieldett/nd_print.css > http://sandyfeldman.com/proposal/nathanieldett/test.php > when I try and pr

Re: [css-d] Print style sheet?

2006-05-02 Thread Cem Meric
> I've never used a print style sheet before, but I'm wondering if I > could use one now. I'd like each month to print out on a separate > sheet of paper if someone tries to print it from the web. Any ideas: Hi Erin, just add this to your css code. .clmonth { page-break-after: always; } Sadly,

[css-d] Print Style Sheet in Win

2007-05-10 Thread Barbara Dozetos
Hello all - It's been ages since I messed with a print style sheet and I've stumbled upon a problem. The style sheet I created is working perfectly on all browsers on Linux and Mac platforms but both IE and FF don't like it under Windows and example page: http://www.pcc.com/practmgmt/ Any i

[css-d] Print Style Sheet still shows sidebars

2005-06-23 Thread Alan Milnes
I have a print style sheet set up so that only the main content should be printed however I am still seeing both sidebars even though their divs are set to display:none. It's probably something really obvious I have missed! My site is at:- http://www.dev.gameplan.org.uk/ The main stylesheet

Re: [css-d] Print Style Sheet still shows sidebars

2005-06-23 Thread Steve Clason
On 6/23/2005 1:06 PM Alan Milnes wrote: I have a print style sheet set up so that only the main content should be printed however I am still seeing both sidebars even though their divs are set to display:none. http://www.dev.gameplan.org.uk/ Just went through this myself. Either add "media

[css-d] Print Style Sheet only working in IE

2007-08-19 Thread Joanne
I have a separate print style sheet for http://www.seafarisaustralia.com.au/v2. In IE it prints fine (removing the navigation, the large picture at the top and adding a page heading and footer with contact info), but in Firefox & Safari, I just get the screen version without the css that belongs w

[css-d] print style sheet problem & IE7 layout issue

2011-01-18 Thread Rory Bernstein
Two things: 1. On this page: http://seidenschein.com/index.php/seidenschein/practice_areas/421-a_benefits/ When I print it, only about two-thirds of the text on the page shows up on the printed version. I have a print style sheet. it stops about 1 line into the "duration" section. Why would thi

[css-d] print style sheet problem & IE7 layout issue

2011-01-20 Thread Rory Bernstein
Apologies if this was answered, but I did not hear anything and for some reason the archive link is not working on the web site. Here's my question again. 1. On this page: http://seidenschein.com/index.php/seidenschein/practice_areas/421-a_benefits/ When I print it, only about two-thirds of the

[css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Bill Stemp
I have a print style sheet for some pages. This seems to work fine, except in Opera (only tested in 8.5). When building the style sheet, setting the media type to screen (for the stylesheet destined to become the print styles), it worked fine. However, upon changing the media type to print, Ope

Re: [css-d] Print Style Sheet only working in IE

2007-08-19 Thread Hakan K
http://csscreator.com/node/2 I hope this helps Thanks Hakan http://dominor.com On 8/19/07, Joanne <[EMAIL PROTECTED]> wrote: > > I have a separate print style sheet for > http://www.seafarisaustralia.com.au/v2. In IE it prints fine (removing > the > navigation, the large picture at the to

Re: [css-d] Print Style Sheet only working in IE

2007-08-19 Thread Joanne
It seems to work for me. Did you manage to fix the problem then? ~fantasai It appears it was a local cache issue. Last night it didn't work. This morning, it did. Thanks. Joanne __ css-discuss [EMAIL PROTECTED] http://www.css-di

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Andrew Gregory
On Wed, 19 Oct 2005 17:41:00 +0800, Bill Stemp <[EMAIL PROTECTED]> wrote: However, upon changing the media type to print, Opera prints the body background colour, despite this being overridden in the printsstyle.css. This is an Opera bug. However, by default the printing of backgrounds is

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Ingo Chao
Bill Stemp wrote: I have a print style sheet for some pages. This seems to work fine, except in Opera (only tested in 8.5) ... However, upon changing the media type to print, Opera prints the body background colour, despite this being overridden in the printsstyle.css. http://www.leschambres.co.

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Bill Stemp
Thanks for that. So are you saying there is no 'fix' for this at present? Bill - Original Message - From: Ingo Chao Cc: css-d@lists.css-discuss.org Sent: Wednesday, October 19, 2005 2:28 PM Subject: Re: [css-d] Print style sheet not working in Opera (8.5)

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Bill Stemp
- Original Message - From: Andrew Gregory To: Bill Stemp ; css-d@lists.css-discuss.org Sent: Wednesday, October 19, 2005 1:42 PM Subject: Re: [css-d] Print style sheet not working in Opera (8.5) On Wed, 19 Oct 2005 17:41:00 +0800, Bill Stemp <[EMAIL PROTECTED]>

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Andrew Gregory
On Wed, 19 Oct 2005 22:15:09 +0800, Bill Stemp <[EMAIL PROTECTED]> wrote: "by default the printing of backgrounds is disabled anyway, so it's less likely to be a problem" You say that, but since installing Opera (and upgrading to 8.5) I have not changed any defaults regarding the printi

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Ingo Chao
For a conclusion of our on/off list mails: The bug: Opera8 takes the body-background-color of the /screen/ style sheet for the preview/print -- and ignores the settings for the body-background made in the print style sheet. And Opera8 by default prints backgrounds. That means, the backgroun

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-20 Thread Zoe M. Gillenwater
Ingo Chao wrote: The bug: Opera8 takes the body-background-color of the /screen/ style sheet for the preview/print -- and ignores the settings for the body-background made in the print style sheet. And Opera8 by default prints backgrounds. That means, the background-color that was intended t

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-20 Thread Ingo Chao
Zoe M. Gillenwater wrote: This is a fix for overriding a background color set on the body, correct, but there is no workaround for backgrounds on other elements, like a container div? This is a ridiculous bug but not one I'm very worried about, but I want to make sure I'm understanding you cor