Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS library (ex:Bootstrap) that supports IE6?

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?

like image 262
Nicolas Raoul Avatar asked Nov 16 '11 07:11

Nicolas Raoul


People also ask

Does Bootstrap 5 support IE?

Internet Explorer is not supported. If you require Internet Explorer support, please use Bootstrap v4.

What is CSS Bootstrap?

What is Bootstrap? Bootstrap is a free front-end framework for faster and easier web development. Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins.

Is Bootstrap front end?

Bootstrap is a giant collection of handy, reusable bits of code written in HTML, CSS, and JavaScript. It's also a frontend development framework that enables developers and designers to quickly build fully responsive websites.

Does Bootstrap contain base styling for most HTML components?

Answer: Bootstrap is a free collection of tools for creating a websites and web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.


3 Answers

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

like image 197
Mathias Bynens Avatar answered Sep 21 '22 20:09

Mathias Bynens


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.

like image 33
Thomas the Tank Engine Avatar answered Sep 21 '22 20:09

Thomas the Tank Engine


Have you tried Grid 960?

like image 21
mpen Avatar answered Sep 19 '22 20:09

mpen