What i should do, if i want to use my web for mobile browsing
Please Help!!!
Best Regards
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 23, 2012 5:28am
Subscribe [3]#1 / Mar 23, 2012 5:28am
What i should do, if i want to use my web for mobile browsing
Please Help!!!
Best Regards
#2 / Mar 23, 2012 8:31am
There are a few solutions to developing mobile sites, which one you choose will depend on your individual requirements:
1. If you need to provide mobile specific content, consider using a plugin such as http://devot-ee.com/add-ons/mx-mobile-device-detect.
2. If you want to show the same content, but optimised for mobile browsing, consider using CSS media queries.
Might be worth reading this article about responsive web design by A list Apart: http://www.alistapart.com/articles/responsive-web-design/
#3 / Apr 02, 2012 7:33am
I would recommend media queries. just do it with css it’s the better choice!