javascript - Different responsive layout handling -


i have problem responsive layout of site working on.

senario: site has 3 different layouts desktop, tablet , mobile. have pretty same components (with css adjustments) can handled media query. requirement of client site has responsive , should adjust on resize of browser.

problem: problem divs shift places in different layouts. let's div1 has subdiv1, subdiv2 nad subdiv3. in cases other div div2 have subdivs , subdiv2 of div1 has show between subdivs of div2. layouts' component positions differ on parent levels , that's causing lot of problem reguarding how handle it.

solutions considering:

  1. create different themes based on user events: solution not viable because themes not responsive or if responsive not take layout approved clients.
  2. use jquery shifts components different parents on load , resize: might slow down our site , might have other problems.
  3. hide show different instances of same component css: solution pretty sounds bad.

is there other solution overlooking, better approach this? among of these approaches wondering 1 best solution?

we considering many factors such performance, seo, load time etc.

i confused , appreciate suggestion.

i suggest dreameweaver cs6 fluid grid layout kind of issue. great live editing , previews of different layout mode. http://tv.adobe.com/watch/learn-dreamweaver-cs6/using-fluid-grid-layouts/


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -