Jump to content

How to disable "window.print()" CSS modifications?


pstein

Recommended Posts

Assume I have a web page which loocks pretty well for printing.

Now when I really click File--->print menu in Firefox

the whole page is printed but with big, fat margins around it. Furthermore some (logo) picture replacements take place.

I don't want this! I want to print the page just as I can see it right now in browser.

 

I guess there are some hidden "@media print" CSS statements but I cannot find them in Firebug.

So is there a way to bypass all further CSS+Javascript modifications after call of window.print()?

How do I find out where and why the currently visible layout is changed for print?

Peter

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...