2

Which of exist UI frameworks provide full responsive design tools on non-modern browsers?

I tried Bootstrap and Skeleton with no success because their heavily usage of media-query which has not support on old browsers like IE-7

casperOne
  • 73,706
  • 19
  • 184
  • 253
Mohammad Ali Akbari
  • 10,345
  • 11
  • 44
  • 62
  • Possible duplicate http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui – Christian Sep 01 '12 at 13:42
  • Due to the fact said browsers are old, there's very minimal support in them for responsive design, meaning such tasks become futile. Seeing as even Google has dropped support for IE7 & FF3.5, it might be worth considering doing the same yourself. – Death Sep 01 '12 at 13:42
  • @Christian I can't find my answer on your preferred link, please describe more – Mohammad Ali Akbari Sep 01 '12 at 13:46
  • @Death Unfortunately, I'm not decider and I should implement responsive at least on IE7 – Mohammad Ali Akbari Sep 01 '12 at 13:52

1 Answers1

1

Try Adapt.gs.

It's responsible version of 960 Grid System, which was popular before Bootstrap and Skeleton. I'm not very familiar with it, but it's lightweight and seems to work fine in IE9@IE7 Mode.

Pavlo
  • 43,301
  • 14
  • 77
  • 113