/ Published in: CSS
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=8
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
@media print { .class { } } @media handheld { .class { } } @media aural { .class { } }
You need to login to post a comment.
