View print CSS in IE7 or IE8
Posted
by RVanasse
on Stack Overflow
See other posts from Stack Overflow
or by RVanasse
Published on 2009-07-31T13:39:23Z
Indexed on
2010/03/17
17:21 UTC
Read the original article
Hit count: 405
I'm debugging a site that has problems with element positioning when printing (I have a separate print.css file linked by a link element with the media="print" attribute). This problem only occurs in IE7 and IE8.
What I'm looking for is a way to view the page using the print media type, but while still having IE8's developer tools available to view element details and edit in real-time, etc.
The function I'm looking for would be similar to the "Display CSS by Media Type" feature in Chris Pederick's Web Developer Extension for Firefox. (But this problem doesn't occur in firefox...nor in safari, or even in IE6.)
© Stack Overflow or respective owner