diff options
| author | Mark Otto <[email protected]> | 2013-07-17 19:26:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 19:26:37 -0700 |
| commit | 06d47b008233c487844146cf1cc037d691068a0a (patch) | |
| tree | 1a652fd1ca4923df52b19254bfecd13a191d96a3 /docs/getting-started.html | |
| parent | f4b9938d8c0c23ff3b1b5e1e8fee9229d2e67bfa (diff) | |
| download | bootstrap-06d47b008233c487844146cf1cc037d691068a0a.tar.xz bootstrap-06d47b008233c487844146cf1cc037d691068a0a.zip | |
Fixes #8360: Add mention of IE compatibility mode to docs
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 4ff2a9d88..32ff37530 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -88,6 +88,8 @@ bootstrap/ <h1>Browser compatibility</h1> </div> <p class="lead">Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.</p> + + <h4>Supported browsers</h4> <p>Specifically, we support the latest versions of the following:</p> <ul> <li>Chrome (Mac, Windows, iOS, and Android)</li> @@ -97,6 +99,9 @@ bootstrap/ <li>Opera (Mac, Windows)</li> </ul> <p>Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.</p> + + <h4>IE Compatibility modes</h4> + <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <code><meta http-equiv="X-UA-Compatible" content="IE=edge"></code> in your pages. See <a href="http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge">this StackOverflow question</a> for more information.</p> </div> <!-- Examples |
