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.

What bug does zoom:1; fix in CSS?

I have seen people apply the CSS property zoom: 1; on HTML elements. Why do they do this, and what bug …

css internet-explorer internet-explorer-7 internet-explorer-6
How to detect IE7 with javascript or jquery and add a class to div

Is there any way to detect IE7? I don't have any problems with my codes in IE8, but I have …

javascript jquery internet-explorer-7
how to remove dotted border around the link in IE7

There is border around button and link when click. could anyone help me solution to remove it.

html css internet-explorer-7
getElementsByName in IE7

I have some code doing this : var changes = document.getElementsByName(from); for (var c=0; c<changes.length; c++) { var …

javascript dom internet-explorer-7
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
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
CSS <ul> <li> gap in IE7

I have a CSS <ul> <li> nested menu that works perfectly in IE 8 and firefox but …

css internet-explorer-7 internet-explorer-6
Internet Explorer box model - what is offset?

I am trying to adapt a site to support IE 7. I have a few elements, however, which are being offset …

css internet-explorer internet-explorer-7 offset