learning_brain
New Member
- Messages
- 206
- Reaction score
- 1
- Points
- 0
I'm currently designing a new layout for a website, but feel the need now to make it mobile friendly.
I understand that there are simple css tricks such as media type = handheld, but this is very limited when it comes to modern mobile browsers which view pages pretty much as they were designed to be viewed in FF, Safari or Chrome.
Mobile screens now go up to 1280x800 resolution (G Note, HTC One-X etc). However, the physical screen size still isn't quite enough to browse with ease... herein lies the problem.
I have also read a bit about detecting user-agents, but again, this is not necessarily the best solution as user-agents become ever-more varied and numerous.
Are we expected to re-design a site/css for every eventuality or is it best to simply detect resolution and offer set categorised layouts?
I don't really want to go down the liquid layout route as I can't really control the content as it is now.
There are so many articles on this on the web... the problem is knowing which is the best method to adopt.
This site does have php support, but is currently static. There is no CMS.
Can anyone advise or point me in the right direction?
BTW - page in progress is at http://www.donbur.co.uk/eng/css/csstest.php (Nav is really complex so is going to need some work for mobiles).
Thanks
Richard
I understand that there are simple css tricks such as media type = handheld, but this is very limited when it comes to modern mobile browsers which view pages pretty much as they were designed to be viewed in FF, Safari or Chrome.
Mobile screens now go up to 1280x800 resolution (G Note, HTC One-X etc). However, the physical screen size still isn't quite enough to browse with ease... herein lies the problem.
I have also read a bit about detecting user-agents, but again, this is not necessarily the best solution as user-agents become ever-more varied and numerous.
Are we expected to re-design a site/css for every eventuality or is it best to simply detect resolution and offer set categorised layouts?
I don't really want to go down the liquid layout route as I can't really control the content as it is now.
There are so many articles on this on the web... the problem is knowing which is the best method to adopt.
This site does have php support, but is currently static. There is no CMS.
Can anyone advise or point me in the right direction?
BTW - page in progress is at http://www.donbur.co.uk/eng/css/csstest.php (Nav is really complex so is going to need some work for mobiles).
Thanks
Richard
Last edited: