how to easily develop print css? with live preview/debugging, i'm on windows xp, use dreamweaver, and firefox is installed.
+3
A:
Temporarily set the stylesheet's media
to screen
instead of print
and use Firebug and/or Web Developer Toolbar with live CSS edit.
BalusC
2010-04-19 02:58:39
can we also do like this in dreamweaver?
metal-gear-solid
2010-04-19 08:11:10
Sorry, I don't do Dreamweaver, so I can't give a detailed answer about that. But if it supports live CSS edit as well, then you could still just temporarily change the `media` attribute to `screen`.
BalusC
2010-04-19 11:20:44