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.

first-child and last-child with IE8

I have some css for adjusting things in my table. Here it is: .editor td:first-child { width: 150px; } .editor td:…

css internet-explorer-8 css-selectors
How to force IE to reload javascript?

I'm using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit …

javascript internet-explorer internet-explorer-8
PNG transparency issue in IE8

I'm having problems with a transparent PNG image showing black dithered pixel artifacts around the edge of the non transparent …

javascript internet-explorer internet-explorer-8 png iepngfix
is there any IE8 only css hack?

For Internet Explorer 8 (IE8) I'd like to use the following CSS: color : green; I would like to apply a hack …

css internet-explorer-8 conditional-comments
Force IE8 Into IE7 Compatiblity Mode

Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?

internet-explorer internet-explorer-8 internet-explorer-7 cross-browser
Box shadow in IE7 and IE8

I want to implement box shadows in IE7 and IE8. I have tried everything without succeeding. Here is the css …

internet-explorer internet-explorer-8 internet-explorer-7 css
How to debug Javascript with IE 8

How can we debug JavaScript with IE 8 ? The JavaScript debbuging with Visual Studio doesn't work after an update to IE 8.

javascript internet-explorer-8 ie-developer-tools
IE8 display inline-block not working

Say I have the following code <style type="text/css" media="all"> span, ul, ul li { display: inline-block; …

css internet-explorer-8
JSON object undefined in Internet Explorer 8

Currently I'm writing a JavaScript file and have the following line: var res = "JSON=" + JSON.stringify(result); result is being …

javascript html json internet-explorer-8