Skip to content

Instantly share code, notes, and snippets.

@chengmu
Created October 23, 2013 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chengmu/7116936 to your computer and use it in GitHub Desktop.
Save chengmu/7116936 to your computer and use it in GitHub Desktop.
Bootstrap_notes

###兼容性

3.0文档中有关浏览器的部分

Internet Explorer 8 and 9 are also supported, however, please be aware that many CSS3 properties—e.g., rounded corners and shadows—are not supported by IE8. The placeholder attribute is also not supported in either of these versions.

In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

  • 只支持到ie8, 且ie8需要js作为补丁支持media query
  • 需将ie强制为edge
  • win8、ie10由于没有区分device widthviewport width ,为达到media query最佳效果,需要css和js补丁
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment