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 do I dump JavaScript vars in IE8?

I have an object I need to examine in IE8. I tried the developer tools and console.log, their Firebug …

javascript internet-explorer-8 console firebug ie-developer-tools
How to install Firebug lite IE8?

So we have reached that stage in a web dev project where we need to see how things look in …

internet-explorer-8 firebug ie-developer-tools
Web Browser component is IE7 not IE8? How to change this?

So I have an C# Form application that utilizes the web browser component. Apparently Response.Write(Request.Browser.Version.ToString()); …

c# winforms internet-explorer-8 internet-explorer-7 webbrowser-control
How to avoid session sharing provided by IE8 programmatically in Java EE application?

Microsoft, in an effort to make Internet Explorer 8 "more stable" and “faster”, have changed the underlying architecture of the browser …

internet-explorer-8 sessionid
Alternative for $_SERVER['HTTP_REFERER'] PHP variable in MSIE

I have used $_SERVER['HTTP_REFERER'] variable in my application (used PHP). On Firefox above variables is wokring. But i …

php internet-explorer internet-explorer-8 httprequest http-referer
IE8 alternative to window.scrollY?

I'm trying to determine how many pixels down I've scrolled using window.scrollY. But this isn't supported in IE8. What …

javascript html internet-explorer-8 cross-browser
IE8 browser mode vs document mode

Can someone please explain the difference between IE8 browser mode and document mode in simple terms? What causes the browser …

internet-explorer-8 ie8-browser-mode
Text-Shadow: IE8

Alright, so I'm trying to implement text-shadow across various browsers. I have IE6, IE7, FF, Chrome, and Opera all working... …

html css internet-explorer-8 ie8-compatibility-mode
IE8 CSS Hack - best method?

Can anyone recommend the best way to hack IE8 styling via CSS, I've recently been making IE8 render as IE7 …

css internet-explorer-8 ie8-compatibility-mode css-hack
How can I use IE8 Developer Tools to inspect network traffic?

How can I use IE8 Developer Tools to inspect network traffic? Specifics: I need to test if files have loaded …

internet-explorer-8 ie-developer-tools network-traffic