9

I was a happy user of Bootstrap.

But most of our users are now from China, where IE6 is at 37%.
So we must abandon Bootstrap, which does not support IE6.

Any library similar to Bootstrap (simplify HTML/CSS layout) that supports IE6 too?

John Slegers
  • 45,213
  • 22
  • 199
  • 169
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
  • 3
    are people in china not allowed to upgrade their IE? – mpen Nov 16 '11 at 07:21
  • also, i'm not entirely sure what bootstrap is, but looking at the front page, it looks similar to grid 960. does that not meet your needs? http://960.gs/ – mpen Nov 16 '11 at 07:22
  • @Mark: In short: software piracy (see http://bradweikel.com/software-piracy-china-why-ie6-will-not-die-2010) – jao Nov 16 '11 at 07:27
  • @Mark: looks great and seems to work on IE6, feel free to propose it as an answer. – Nicolas Raoul Nov 16 '11 at 08:09
  • @NicolasRaoul: Done =) Interesting article! Thanks for sharing that. – mpen Nov 17 '11 at 00:55

4 Answers4

5

Check out HTML5 Boilerplate, a rock-solid default for building sites using HTML + CSS + JS.

Mathias Bynens
  • 144,855
  • 52
  • 216
  • 248
4

I had a small degrade on a site we have that uses bootstrap on IE 7 and 8, but IE 6 was just awful. I applied the CSS on the Bootstrap-IE6 project and it looks pretty like IE 7 now. It's not perfect but a massive improvement on what I had.

Frodo Baggins
  • 8,290
  • 6
  • 45
  • 55
2

Have you tried Grid 960?

mpen
  • 272,448
  • 266
  • 850
  • 1,236
1

Check out Cascade Framework. It's a CSS framework I released earlier this year that's almost as fully featured as Bootstrap and offers full support for IE6.

John Slegers
  • 45,213
  • 22
  • 199
  • 169