tags:

views:

56

answers:

1

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
can we also do like this in dreamweaver?
metal-gear-solid
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