Tagged Questions
6
votes
5answers
5k views
How to target the Blackberry browser?
I am using the following to target iphones, and handheld devices to use specific mobile styles sheets but the Blackberry browers is picking up only the regular screen style sheets.
<link ...
3
votes
1answer
41 views
handheld css does not work properly
on my site i have 3 css
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link ...
1
vote
1answer
206 views
Handheld stylesheet not used on my HTC
I'm using
<link href="stylesheets/mobile.css" rel="stylesheet" type="text/css" media="handheld" />
To include an alternate stylesheet for mobile devices. But it seems that the stylesheet is ...
1
vote
1answer
372 views
Scale Images within Slider for Mobile Devices
I am currently working on the mobile version of my website. I use the NivoSlider throughout the site and unfortunately it doesn't seem to scale for mobile devices. I have a mobile specific section of ...