From df851b40d1accb1c6db44ac77a28c2e76273581b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Jul 2013 20:58:23 -0700 Subject: Update docs on responsive images and elaborate on IE8 support using Respond.js --- getting-started.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 230c00fba..b1cbd5d1b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -55,6 +55,8 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex + +
@@ -132,7 +134,7 @@ bootstrap/

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.

-

Supported browsers

+

Supported browsers

Specifically, we support the latest versions of the following:

-

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. Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.

+

Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.

+ +

Internet Explorer 8 and 9

+

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.

-

IE Compatibility modes

+

IE Compatibility modes

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 <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.

-- cgit v1.2.3