treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS for Iphone, iPad, Android and Blackberry

  • Hi Guys,

    I need to do a quote for a job to create different versions for all this plataforms so I need to know if I need to create different stylesheets or do responsive web design?. Off course we all ways should do response web design.

    But I need to know if there some code so I can guide my visitor to this specials css as we do it for different browsers or you just recommend responsive web design.

    Tell me what you think.

    Thanks!.
    Rai.
  • Being that you're targeting webkit browsers (BB6+ correct?) I think responsive design is the best way to go. Use media queries in the CSS. Just like this website.
  • What do you mean with media queries?. Screen, Print?.
  • Responsive design requires media queries, I think that's all he's saying.