Re: [css-d] more Opera printing weirdness

2010-07-21 Thread Angela French
Which version of the Mac Opera do you have?  Anyone else have Opera 10.6 (on a 
PC) that would test for me?

-Original Message-
From: David Laakso [mailto:da...@chelseacreekstudio.com] 
Sent: Tuesday, July 20, 2010 4:25 PM
To: css-d
Cc: Angela French
Subject: Re: [css-d] more Opera printing weirdness

David Laakso wrote:
 Angela French wrote:
   
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 



Not sure. The primary difference that I get when printing the page in 
latest versions of Mac Firefox and Mac Opera is twofold:

1/ The page background color prints fuchsia in Opera [ you have not 
killed my default background-color ].
2/ The  content-text is a little smaller in Opera than in Firefox.

Try:
#maincontent p, li, td
{
/*font-size: 9pt!important;
font-family: verdana, arial, helvetica;*/

font-family: arial, helvetica, sans-serif;
font -size: 11pt;
   
}


 Best,
~d








-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-21 Thread Angela French

-Original Message-
From: David Laakso [mailto:da...@chelseacreekstudio.com] 
Sent: Tuesday, July 20, 2010 4:25 PM
To: css-d
Cc: Angela French
Subject: Re: [css-d] more Opera printing weirdness

David Laakso wrote:
 Angela French wrote:
   
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 



Not sure. The primary difference that I get when printing the page in 
latest versions of Mac Firefox and Mac Opera is twofold:

1/ The page background color prints fuchsia in Opera [ you have not 
killed my default background-color ].
2/ The  content-text is a little smaller in Opera than in Firefox.

Try:
#maincontent p, li, td
{
/*font-size: 9pt!important;
font-family: verdana, arial, helvetica;*/

font-family: arial, helvetica, sans-serif;
font -size: 11pt;
   
}


It turns out that it is the background color in my non-print style sheet that 
is creating the printing havoc (looks like a series of nested borders).  If I 
set the background-color to white in the print style sheet as David suggested 
it prints fine. Does anyone know why this happens with Opera?
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-21 Thread Angela French
Well I thought I got it to work with removing the background color, but it's 
not.  I was printing from multiple browsers and must have made a mistake on 
which one worked.  :-(

-Original Message-
From: David Laakso [mailto:da...@chelseacreekstudio.com] 
Sent: Tuesday, July 20, 2010 4:25 PM
To: css-d
Cc: Angela French
Subject: Re: [css-d] more Opera printing weirdness

David Laakso wrote:
 Angela French wrote:
   
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 



Not sure. The primary difference that I get when printing the page in 
latest versions of Mac Firefox and Mac Opera is twofold:

1/ The page background color prints fuchsia in Opera [ you have not 
killed my default background-color ].
2/ The  content-text is a little smaller in Opera than in Firefox.

Try:
#maincontent p, li, td
{
/*font-size: 9pt!important;
font-family: verdana, arial, helvetica;*/

font-family: arial, helvetica, sans-serif;
font -size: 11pt;
   
}


 Best,
~d








-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-21 Thread David Laakso
Angela French wrote:
 Well I thought I got it to work with removing the background color, but it's 
 not.  I was printing from multiple browsers and must have made a mistake on 
 which one worked.  :-(


   
 
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 
   


   






In Mac Opera/10.6, I changed my default preference for background from 
fuchsia to white. I left my personal preference for /minimum font-size/ 
in this browser intact at 32px.
I clicked OperaFilePrintCopies 1Print.
It printed fine on 4 pages. The type is very large because my pref 
font-size setting overrides.

Best,
~d

PS Please bottom post. Thanks.


-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-21 Thread David Laakso
Angela French wrote:
 But when I set the body background to white, shouldn't that do the trick? 

   
 
   
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 
   
 
   
 



 In Mac Opera/10.6, I changed my default preference for background from 
 fuchsia to white. I left my personal preference for /minimum font-size/ 
 in this browser intact at 32px.
 I clicked OperaFilePrintCopies 1Print.
 It printed fine on 4 pages. The type is very large because my pref 
 font-size setting overrides.

 Best,
 ~d

 PS Please bottom post. Thanks.


   




Yes, I would think so. Since you seem to get different results than mine 
-- assuming we are both using the same procedure to print -- I regret 
that I do not know what the problem is on your end. Note, that I am 
using Mac Opera/10.6; and, that I am unable to test the same browser on 
my PC at the moment. However, I rather doubt there might be any 
significant difference between Mac and PC for print?

Best,
~d

PS Please bottom post and cc the list so others may contribute their 
thoughts... Thanks.







-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-20 Thread David Laakso
Angela French wrote:
 So, using the Opera print preview,  I printed a web page from the new site 
 I'm working on.  The preview was rendering the font too small so I wanted to 
 see what actually printing it did.  I got the weirdest thing I've ever seen!  
 It printed the a top and left border infinitely nested on the page!  I don't 
 have any borders on my web page, so no idea where it got this.  And there was 
 not content - just this border thing going on.  Any ideas?

 Angela French

   








Would you care to share the address to the new site in question?

Best,
~d




-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-20 Thread David Laakso
Angela French wrote:
 Always a bit hesitant to put my test site URL out there, but here it is.  You 
 can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   







I think Angela meant to send this to the list rather than just me...

Best,
~d






-- 

http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-20 Thread David Laakso
David Laakso wrote:
 Angela French wrote:
   
 Always a bit hesitant to put my test site URL out there, but here it is.  
 You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx 

   
   
 



Not sure. The primary difference that I get when printing the page in 
latest versions of Mac Firefox and Mac Opera is twofold:

1/ The page background color prints fuchsia in Opera [ you have not 
killed my default background-color ].
2/ The  content-text is a little smaller in Opera than in Firefox.

Try:
#maincontent p, li, td
{
/*font-size: 9pt!important;
font-family: verdana, arial, helvetica;*/

font-family: arial, helvetica, sans-serif;
font -size: 11pt;
   
}


 Best,
~d








-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more Opera printing weirdness

2010-07-20 Thread David Hucklesby
  Angela French wrote:
 Always a bit hesitant to put my test site URL out there, but here
 it is.  You can try this page.
 http://checkoutacollege.com:8080/ExploreCareers/WorkerRetraining.aspx

Hi Angela,
Apart from some funky background colors, I'm not seeing a difference
between Opera (10.6) and Firefox (3.6) on my Mac. Google Chrome, for
some reason, refuses entirely to print the page...

Can you be more specific? (Browser versions, OS, etc...)

P.S. I am using print to PDF as I am not hooked up to a printer at the
moment. This is usually accurate, though.

Cordially,
David
--

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/