Hi,
I have built a website but have noticed that it doesn't show in blackberry's. I understand that one way to overcome this problem is to make my site mobile first.
I understand that blacberry's can't read css @media and that one way around the problem is to make the website mobile first.
How do you set the max screen size to a maximum of 500px with css without using @media? This is the css file as it is now.
The very first line of your CSS, I would think you'd just change that to body {max-width:500px; ... }
Of course other changes will be necessary, as your default site w/o media queries is larger than 500px, but it seems that's the solution you're looking for.
By the way I've never made a site for a blackberry, so take this with a grain of salt.
Thanks for your reply. It looks like I will have to mess around with my htaccess file as the changes didn't work. Worked OK on other mobile simulators.
I shall leave that for a rainy day.
Much rather spend my time making the odd bottle of wine out of blackberries.
Bookmarks