Return to Snippet

Revision: 5684
at March 25, 2008 22:19 by neal_grosskopf


Initial Code
@media print {

.class
{
}

}

@media handheld {

.class
{
}

}

@media aural {

.class
{
}

}

Initial URL
http://www.nealgrosskopf.com/tech/thread.asp?pid=8

Initial Description
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

Initial Title
Media Targeting With CSS Using @Media

Initial Tags
css

Initial Language
CSS