Top "Internet-explorer-7" questions

Windows Internet Explorer 7 is a web browser developed by Microsoft, released October 2006 for Windows XP and Windows Server 2003.

IE7 float right problems

Html=> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/…

css internet-explorer internet-explorer-7
IE7 CSS Scrolling Div Bug

I recently came across an IE7 only bug that I thought I'd share so when I come to this site 6 …

html css internet-explorer-7
C# Getting proxy settings from Internet Explorer

i have a problem in certain company in germany. They use proxy in their network and my program cant communicate …

c# proxy internet-explorer-7 webrequest
getElementsByClassName() doesn't work in old Internet Explorers like IE6, IE7, IE8

The following code: var borderTds = document.getElementsByClassName('leftborder'); gives me an error message in Internet Explorer 6, 7 and 8: Object does not …

javascript internet-explorer-8 internet-explorer-7 internet-explorer-6 dom-traversal
What is IE7's expected End of Support?

Seeing as IE7 has only about 10% of the browser market share, I was wondering when Microsoft plans on terminating support …

internet-explorer-7
Using <meta http-equiv="X-UA-Compatible" content="IE=8" /> mode in sites good practice?

I've recently discovered the joys of adding the following into the header of sites: <meta http-equiv="X-UA-Compatible" content="IE=8" /&…

internet-explorer internet-explorer-7
How to fix Internet explorer 7 bug when using percentage widths for layout?

Please help me in this. I need to create a layout using percentage widths. I have a wrapper that is 100% …

css internet-explorer internet-explorer-7 css-float
IE7 CSS inheritance does not work

I have set some style for h2 tags (color, font-size, etc.), but when I put "A" tag inside, then style …

css internet-explorer internet-explorer-7
Javascript JSON Date parse in IE7/IE8 returns NaN

I'm parsing a date from a JSON event feed - but the date shows "NaN" in IE7/8: // Variable from JSON …

javascript date internet-explorer-8 internet-explorer-7 utc
What disadvantages are there to the <button> tag?

I started using a diagnostic css stylesheet, e.g. http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/ One of the suggested rules highlights …

css button tags internet-explorer-7 diagnostics