Quote:
Originally Posted by vasilis
Mike, would you use another framework, or would you tweak the css styles so the layout becomes responsive, with some JavaScript and media queries added?
|
Yes. I would remove any tables, replace with divs. Then I would just use media queries for everything. Determine your break points, I like to use 768px 960px 1280px and sometimes as large as 1440 or 1600px.
Everything under 768px is what I consider "mobile". I might design the main site to be 1280px. Knowing where you are going to "break" and go to the next size is very important to decide up front before you begin.
Really, there isn;t even much need for JavaScript, everything can be done with media queries. Setup two classes, mobile and desktop. Then append those classes to everything that you want to be unique to either of those two environments.