CSS library (ex: Bootstrap) supporting IE6?

I was a happy Bootstrap user.

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

Any library like Bootstrap (simplifies HTML / CSS layout) that supports IE6 too?

+8
html css cascade-framework twitter-bootstrap internet-explorer-6
source share
4 answers

Have you tried the Grid 960 ?

+2
source share

Abandon the HTML5 Boilerplate , by default, to create sites using HTML + CSS + JS.

+5
source share

I had a little degradation on a site that uses bootstrap for IE 7 and 8, but IE 6 was just awful. I applied CSS in a Bootstrap-IE6 project, and now it looks like IE 7. This is not perfect, but a significant improvement on what I had.

+4
source share

Check out the Cascade Framework . This is the CSS framework that I released earlier this year, almost as fully functional as Bootstrap, and it offers full IE6 support.

+1
source share

All Articles