Questions & Discussion

A way to exclude some blocks from printing through CSS

Hi Chris, Is there an easy way to exclude some blocks on a webpage from printing? I tried by adding this to main.css : [code]@media print { .printhide {display:none;} } @media screen{ .printonly { display:none } }[/code] And on the webpage…

[SOLVED] Doesn't work in Safari browser for Windows

Hi, I tried it in Safari browser 3.2.2 for Windows and when I click on it nothing happen. The menu for all the options doesn't show up. Do you have a fix for that. Thanks in advance.

Filter Posts