Skip to content

LPology/Bootstrap-IE7Fix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 

Bootstrap 3 IE7 Fix

Adds IE7 support to Bootstrap 3.

  • Applies IE7-specific styles to Bootstrap components and HTML elements
  • Includes bug fixes for the usual suspects: hasLayout, inline-block bug, z-index bug., etc
  • VM tested for greatest reliability

Demo: https://www.lpology.com

How to Use

Add this conditional after bootstrap.css:

<!--[if lt IE 8]>
  <link href="css/bootstrap-ie7fix.min.css" rel="stylesheet">
<![endif]-->

If you're not already using Respond.js, you'll need to add it to support media queries.

Notes

  • Tested with Bootstrap version 3.0.2
  • Most of the core components of Bootstrap have been tested -- grid system, buttons, forms, tables, etc., but there is more to work on.
  • To avoid the need for a box-sizing polyfill, the grid system is overriden with the Bootstrap 2.3.2 grid layout.
  • If you want to test or help improve, Microsoft provides free VMs (here) for testing in older versions of IE. This is far more accurate than the version emulator in IE.

Special thanks to coliff for a starting point, and rassie for the Glyphicon code.

License

Released under the Apache 2 license.

About

Adds IE7 support to Bootstrap 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published