It seems like only selected styles apply to my page, for example I can change the font color but not the font-family with my print style:
@media print {
p { font-family: Arial, sans-serif !important; color:#000000;}
}
I’m also, having troubles printing long pages in FF ( float:none; doesn’t help : ( )
If you experienced the same issues or have any ideas for a work-around I’d appreciate your input. Thanks