« Return to the main article
Interesting. This of course could be used to our advantage. Using:
@media print{ }
We can show headers on printed pages.
Or we can use:
@media screen{ }
To hide fixed DIVs from the printed page.
Interesting. This of course could be used to our advantage. Using:
@media print{ }
We can show headers on printed pages.
Or we can use:
@media screen{ }
To hide fixed DIVs from the printed page.