ddouble / bsie

Bootstrap IE6 Compatible Library
http://ddouble.github.com/bsie/
686 stars 189 forks source link

Fix incorrect width of .span* in IE6. #17

Closed Miaonster closed 10 years ago

Miaonster commented 10 years ago

Width of grid in IE6 is not correct.

Reason

There is a .uneditable-input.span* below .span*, .uneditable-input.span* will overlay .span* for IE6 doesn't support multiple class like .class-a.calss-b.

Solution

Use .uneditable-input-span* instead of .uneditable-input.span*.

Commits

  1. Fix incorrect width of .span* in IE6.
  2. Add an test html to test grid
  3. Build bootstrap-ie6
Miaonster commented 10 years ago

Here are the screenshots of test-grid

before

8d84219a-0288-4e54-aaf4-ccee3a1abd49

after

31f86785-41ad-433b-ad8a-0d99d9d99c9b