James Gollan wrote:
Hi, I am having a problem getting a print stylesheet to work in
Firefox 1.04 Win. It  works in opera and IE, but in Fireforx the home
page doesn't show up the images as expected. Actually, I have found
the print preview in most recent versions of Firefox to cause crashes
regularly - anyone else have this issue?

www.abbychambers.com

No crashing, but my Firefox 1.0 need this change to print-style:
.teaser {float: none;}
...because FF can't handle floats well in print.
This means the print won't be as compact, but at least it comes out alright.

Opera prints better with this change:
body,#pageContainer
        {
background: #fff;
        }
...or otherwise it'll print the screen-background.

        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to