media="all" would include the print and handheld devices. If you have a print stylesheet, and don't declare your screen version as screen, then you will have to fight with the cascade of all of the rules that are applied by the screen stylesheet. To me, it's much easier to just declare the screen stylesheet as screen, and the print as print.
I took a look at media queries, and I do think that they are the answer to stylesheets for small screen devices. I couldn't find any other reason to need media queries, but that was based on limited reading. I'm excited about the future of web development and CSS3.
Last edited by skunkbad; 15-04-2008 at 06:34 AM.
Reason: new info
|