Forum Moderators: not2easy
@media print {
body{color:#000;background:#fff;}
.nav{display:none;}
}
Here, nav is the class assigned to my navigation bar, which I do not want to print.
My question is: does anyone know of any browser/version that can cause the display:none to be erroneously applied in screen mode? (Or similar bug when using id rather than class selector?)