View Single Post
  #1 (permalink)  
Old 28-03-2008, 10:24 AM
ewwatson's Avatar
ewwatson ewwatson is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default media="screen" vs media="all"

Hello, so originally I had media="all" in my site but I wanted to do a print and handheld version as well. So I recently changed it to media="screen" and added the print and handheld version also - it seemed more clear-cut to me to do it that way. Basically your either way you slice it, your either adding rules or taking them away with the other two media types. So I know it can be done either way, but in your opinion which method do you guys prefer and why? I am spending alot of time on each and I want to do it correct the first time (otherwise I'll probably have to redo it).

It would be more clear to me if it was just an issue of media="handheld" vs yadayada. But now, with css3 we have media queries. Which direction do you guys see all this going and how are you responding to right now as you write your code? Thanks a bunch, take care!
__________________
Knowledge Is Power
www.DiscountSiteDesign.com

Last edited by ewwatson; 28-03-2008 at 02:29 PM.
Reply With Quote