You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the IE8 content area is wider than 1170 and actually rendering as 1200px wide. This is causing us issues as a site we're working on has a static full page background image which is defining/highlighting the content (container) area, which works on all browsers except IE8.
The 'content' column width is 1170 + 30px padding giving max-width of 1200px.
Latest jQuery (1.10), and HTML5 doctype - but as you can see (as per screenshot above), it's also happening on the actual Bootstrap site as well… so the issue isn't related to my particular site.
right, I was just curious because jquery recently changed how it calculated dimensions.. browsers do some funky things like rounding and taking in consideration the scroll bar..
Anyways, IE8 doesn't support max-width as well as most modern browsers.. see:
I've noticed the IE8 content area is wider than 1170 and actually rendering as 1200px wide. This is causing us issues as a site we're working on has a static full page background image which is defining/highlighting the content (container) area, which works on all browsers except IE8.
The 'content' column width is 1170 + 30px padding giving max-width of 1200px.
eg. IE8 container row = 1200px wide, col-lg-12 = 1200px wide or col-lg-8 = 800px wide + col-lg-4 = 400px wide.
I've attached example of browsers rendering a page from the docs to show size inconsistencies below.
The text was updated successfully, but these errors were encountered: