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.

How does one target IE7 and IE8 with valid CSS?

I want to target IE7 and IE8 with W3C-compliant CSS. Sometimes fixing CSS for one version does not fix …

css internet-explorer internet-explorer-8 web-standards
How to disable Compatibility View in IE

I am wondering how do you stop people who are using IE 8 from going to Compatibility mode? <meta http-equiv="…

internet-explorer internet-explorer-8 internet-explorer-9 x-ua-compatible ie-compatibility-mode
CSS rounded corners in IE8

I'm having issues with rounded corners in IE8. I've tried a few methods without success. Here is my code: <…

css internet-explorer internet-explorer-8 rounded-corners
How can I use the HTML5 canvas element in IE?

I am trying to use the HTML5 canvas element to draw some arcs and circles - this works perfectly in …

internet-explorer-8 html canvas
FIX CSS <!--[if lt IE 8]> in IE

How can I use this: <!--[if lt IE 8]> <style type='text/css'> #header ul#h-menu …

css internet-explorer internet-explorer-8
clientHeight/clientWidth returning different values on different browsers

Properties document.body.clientHeight and document.body.clientWidth return different values on IE7, IE8 and Firefox: IE 8: document.body.clientHeight : 704 …

javascript css firefox internet-explorer-8 internet-explorer-7
Why doesn't indexOf work on an array IE8?

The below function works fine on Opera, Firefox and Chrome. However, in IE8 it fails on the if ( allowed.indexOf(…

javascript internet-explorer internet-explorer-8 indexof
ie8 var w= window.open() - "Message: Invalid argument."

I have a site that has an IE8-only problem: The code is: var w = window.open(urlstring, wname, wfeatures, …

javascript internet-explorer-8
addEventListener not working in IE8

I have created a checkbox dynamically. I have used addEventListener to call a function on click of the checkbox, which …

javascript internet-explorer-8 addeventlistener
jQuery .css("margin-top", value) not updating in IE 8 (Standards mode)

I'm building an auto-follow div that is bound to the $(window).scroll() event. Here is my JavaScript. var alert_top = 0; …

javascript jquery internet-explorer-8 ie-developer-tools