/ Published in: CSS
Consolidate all your various stylesheets into one and cut down on requests to your server by placing your screen, print & handheld stylesheets into one stylesheet
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@media print { .class { } } @media handheld { .class { } } @media aural { .class { } }
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=8