Jump to content

[SOLVED] Printing with Firefox


gevans

Recommended Posts

Hey guys,

 

Was tempted to put this in the css forum, but it works fine on other browsers so no we go to miscellaneous!

 

I've just written a stylesheet for use when printing, it works fine in all browsers apart from firefox.

 

Firefox's print priview (and the printed document) prints nothing on the second page. I've attached a screenshot of the way it looks in firefox's print preview (this is also how it prints). I've done a little reaserch and the only thing I've found is that firefox is really bad at printing, though that statement alone doesn't help me.

 

This isn't a css issue, unless it's something I've missed that only affects Firefox. Has anyone experienced this, or does any one have any ideas as to what may be causing this?

 

Cheers guys.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/167782-solved-printing-with-firefox/
Share on other sites

I don't know how you found that, I've been searching for like 20 mins.

 

* {
   float: none !important;
   overflow: visible !important;
   position: relative !important;
   height: auto !important;
}

 

Fixed it all, maybe a move to css would be perfect.

 

Thanks very much!  :thumb-up:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.