I am looking for some good sources/tutorials for a fluid layout that serves, both, desktop and mobile devices. For desktop I would use a percentage based layout in combination with max- and min-width e.a.
But that isn't really an option for mobile devices? This site for example shows very good both on desktop and mobile devices. I have been going over their stylesheet, (which is I think one of those template stylesheet) but couldn't find anything out of the ordinary except that they don't use the min-with property. Would that be a way of doing this or should I have a separate stylesheet for mobile devices? Any advice would be highly appreciated.Code:#wrapper { width: 70%; max-width: 1200px; min-width: 780px; margin: 0 auto; }
Thank you in advance.



Reply With Quote






Bookmarks