It seems to me that Firefox doesn’t correctly process the statement in the CSS file. Maybe I'm wrong, I would like to fix it.
Here is the relevant part of my CSS:
@media print { div.entry a:link { text-decoration:none; color:#999; } }
When I print my page, links print in black, regardless of the value after the color: command , if the color is specified in hexadecimal notation, as indicated above.
I wonder if I changed the line to something like color:yellow; then the links will be printed in yellow. Internet Explorer also prints links in gray (# 999). So, I think this is a bug in Firefox. If not, please let me know.
I am using FF 3.6
source share