View Single Post
Old 09-25-2012, 11:01 AM   #6
PageLab
Connoisseur
PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.PageLab ought to be getting tired of karma fortunes by now.
 
PageLab's Avatar
 
Posts: 70
Karma: 515184
Join Date: Sep 2011
Location: Brasília
Device: Kindle3, iPad, Nook, Kobo, Positivo Alfa
Yes, you can use something like this in your XHTML code:

<link href="default-rmsdk.css" rel="stylesheet" type="text/css" />
<link href="optimized-webkit.css" media="all and (min-width: 240px)" rel="stylesheet" type="text/css" />

The second stylesheet will be ignored by RMSDK, and can be used to refine your formatting in iBooks and other webkit based apps.

But it's not "querying specifically". It relies in the fact that RMSDK doesn't support media queries.

Last edited by PageLab; 09-25-2012 at 11:03 AM. Reason: adding usefull info
PageLab is offline   Reply With Quote