On Wed, Oct 15, 2008 at 3:12 PM, Christian Montoya <[EMAIL PROTECTED]> wrote: > On the part about making different stylesheets for different devices, > the general consensus is that the lack of standards focus in device & > software design has led us to a point where it is expected that you > will have to build different interfaces & stylesheets for every device > that you want to support, whether that's a desktop, iPhone or Wii. > Maybe someday we'll have BlueBerry & iBlueprint for mobile designers. > For now, I'm just watching the industry to see where things go.
Looks like it may be this way: <link type="text/css" rel="stylesheet" media="handheld, only screen and (max-device-width: 480px)" href="/mobile-style.css" /> With this you can supposedly target stylesheets by screensize. Have one for screens under 320 (non-iphone like devices) one 320 - 480 (iphones and sim) and then rules for non handhelds. I've not actually used it, learned about this in the last couple weeks from a friend who is starting to target mobile devices more and more. I plan to play with this more later on in the winter when I have some free time. -- Matthew Nuzum newz2000 on freenode --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
