Top "Internet-explorer-8" questions

Windows Internet Explorer 8 is a web browser developed by Microsoft, released on 19 March 2009 for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

Is the javascript .map() function supported in IE8?

When doing this: var a = new Array("a", "b"); a.map(function() { }); in IE8 I get: "Object doesn't support this …

javascript internet-explorer-8 map
Force Browser Mode=IE8 and document mode=IE8 Standards

I have a internal website hosted on IIS. I added the following meta code and also add http-header that the …

internet-explorer-8 compatibility-mode
IE8 does not support querySelectorAll

I tried to use document.querySelectorAll(), but IE8 throw error, that Object doesn't support this property or method var titleCheckBox = …

javascript internet-explorer-8 w3c selectors-api
How to avoid ie8 compatibility button?

In IE8, the Microsoft introduced a new mode called compatibility mode which would render the page like IE7. You can …

html internet-explorer-8
Creating rounded corners in IE7 / IE8

I am creating a rounded corners tabs, that works fine in IE9, Mozilla and Chrome, but not in IE7/IE8. …

css internet-explorer internet-explorer-8 internet-explorer-7 rounded-corners
Internet Explorer 8 and Internet Explorer 6 side by side

Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine Is there a way to have …

internet-explorer internet-explorer-8 internet-explorer-7 internet-explorer-6 superpreview
Should I use single or double colon notation for pseudo-elements?

Since IE7 and IE8 don't support the double-colon notation for pseudo-elements (e.g. ::after or ::first-letter), and since modern browsers …

css internet-explorer-8 css-selectors internet-explorer-7 pseudo-element
IE8 Browser Mode & Standards Mode

I need to force IE8 to display as follows: Browser Mode: Internet Explorer 8 Document Mode: IE8 Standards I have added …

internet-explorer browser internet-explorer-8 mode
IE8 standards mode meta tag

A web application we have for an organisation that is officially upgrading its standard browser from IE6 to IE8 (queue …

html internet-explorer-8 doctype
IE7 does not respect z-index

Running in compatibility mode the calendar below renders behind the textboxes below. IE8 displays the calendar how I need it …

css internet-explorer-8 internet-explorer-7 z-index