I am creating a table in which I cyclically switch between every three odd and even classes. In my stylesheet, I have this:
table tbody tr.odd {
background-color: #cccccc;
}
This works in the browser, but not when printing. Everything else in my multimedia style sheet works except for this background.
I have colors for printing, I can print images with colors ... right?
source share