I need to hide the column, as well as other elements, when my page is printed, and for this I have a print stylesheet, everything works fine except for the column I want to delete, the strange thing is that my stylesheet works in IE, but it was not in Mozilla and Chrome; Why is this?
HTML code
<col width="10%" class="art-editcolumn"/>
and here is the CSS class:
.art-editcolumn { display: none; }
I hope you can help me with this.
source share