BlackBerry specific stylesheet

Posted by Luke on Stack Overflow See other posts from Stack Overflow or by Luke
Published on 2010-05-13T15:20:18Z Indexed on 2010/05/13 15:24 UTC
Read the original article Hit count: 277

Filed under:
|
|

We want to use the same page to service the desktop, iPhone, and BlackBerry, so we have to come up with a way for the different devices to load different stylesheets.

So, is there a way to specify a stylesheet to run on BlackBerry?

For example, iPhone's use the media attribute:

<link media="only screen and (max-device-width: 320px)" href="style.css" ...

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about stylesheet