Reputation: 3730
After finalizing site, now finding out that main plugin won't work on any mobile device. My bad.
Need to create a VERY basic CSS for mobile devices. Any recommendations on a simple css stylesheet template/tutorial. Saw jQtouch and Jquery Mobile and think this is an overkill for my needs.
Also, a reliable detection for when to hand out the mobile css.
Upvotes: 0
Views: 1752
Reputation: 13727
Hey, you want css3 media queries: http://www.webdesignerwall.com/tutorials/css3-media-queries/
And a good framework is: http://mir.aculo.us/2010/10/28/zepto-js-a-jquery-compatible-mobile-javascript-framework-in-2k-presentation/
Upvotes: 1