vote up 4 vote down star
1

Firebug is an excellent tool to to show a screen media CSS for some HTML element, but is there a way to look at the print media CSS too? Or is there any other tool to see the print media CSS?

flag

5 Answers

vote up 9 vote down check

What about Web Developer Toolbar? https://addons.mozilla.org/en-US/firefox/addon/60 , when installed go to CSS -> Display CSS by media type -> Print

link|flag
You might want to enable persist features under the options menu to save some sanity when reloading changes – alex Aug 6 at 23:39
vote up 3 vote down

In Firefox (and some other browsers), you can see a static display of the print stylesheet by using Print Preview. It's nowhere near as useful as the web developer toolbar, but it can also help you understand what is going to be printed.

link|flag
vote up 1 vote down

Web developer toolbar has one big drawback for CSS debugging though: every time you refresh the page it reverts to the screen stylesheet.

What I tend to do these days is temporarily switch the media of the print stylesheet to screen while I'm developing, and then switch it back before going live.

link|flag
2  
"every time you refresh the page it reverts to the screen stylesheet" Options > Persist Features – Ambrose Apr 19 at 20:30
+1 to that useful comment! – alex Apr 19 at 21:55
Ambrose, thanks for that hint. I never thought that Options > Persist Features could mean that! – Janko Mivšek Apr 20 at 7:37
vote up 2 vote down

Use the Web Developer plug in. Then you can choose from the CSS menu which media you want the page to display as.

link|flag
vote up 2 vote down

You might want to take a look at the webdeveloper toolbar - it allows you to select what CSS you want to see. In conjunction with firebug, it should be possible to see the print media CSS.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.