Windows Internet Explorer 7 is a web browser developed by Microsoft, released October 2006 for Windows XP and Windows Server 2003.
189
votes
42answers
158k views
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine
Like everyone else ;), I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some great tools for developer, which I'd like to use. I'd also like to start ...
84
votes
12answers
53k views
Debugging JavaScript in IE7
I need to debug JavaScript in Internet Explorer 7.
Unfortunately, its default debugger doesn't provide me with much information. It tells me the page that the error showed up on (not the specific ...
47
votes
10answers
48k views
ie7 z-index problem
I've isolated a little test case of IE7's z-index bug, but don't know how to fix it.
I have been playing with z-index all day long.
What is wrong with z-index in IE7?
38
votes
1answer
12k views
Google +1 Button not working in IE7?
Works fine in IE8, IE9, and latest Chrome and Firefox, but can't seem to get it to show up in IE7. This is even with the most basic example of using the script.
Anyone had similar issues? Thanks!
35
votes
8answers
32k views
Force IE8 Into IE7 Compatiblity Mode
Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?
35
votes
10answers
54k views
Programmatically open new pages on Tabs
I'm trying to "force" Safari or IE7 to open a new page using a new tab.
Programmatically I mean something like:
window.open('page.html','newtaborsomething');
31
votes
1answer
704 views
Bang IE7 - What does it mean?
That title isn't quite as crazy it seems. I promise!!
While researching for another question, I noticed the following in Stack Overflow's stylesheets:
...
width: auto;
...
width: 650px!ie7;
...
30
votes
5answers
2k views
Why doesn't the percentage width child in absolutely positioned parent work in IE 7?
I have an absolutely positioned div containing several children, one of which is a relatively positioned div. When I use a percentage-based width on the child div, it collapses to 0 width on IE7, but ...
27
votes
6answers
5k views
How do you feel about including ie7.js or ie8.js in your page?
See here: http://code.google.com/p/ie7-js/
Does anyone have any experience or remarks about this javascript? Is it worth including? Do you recommend it?
24
votes
10answers
27k views
Need a good Internet Explorer 6, 7, 8 standalone [closed]
Possible Duplicate:
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine
I need recommendations on a good Internet Explorer standalone for Internet ...
22
votes
11answers
22k views
Internet Explorer 8 and Internet Explorer 6 side by side [closed]
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 8 and Internet Explorer 6 side by ...
22
votes
10answers
17k views
Does IE7 have a “developer mode” or plugin like Firefox/Chrome/Safari? [closed]
Possible Duplicate:
Debugging JavaScript in IE7
Firefox has Web Developer plugin and Firebug for troubleshooting html/css/javascript issues. Google Chrome and Safari have a very similar ...
20
votes
4answers
9k views
Why does IE7 specify a mime-type of image/pjpeg rather than just image/jpeg?
When uploading a file (jpeg) via a form in IE7 I am seeing a mime-type of "image/pjpeg" instead of "image/jpeg" (as I see in Firefox or similar). It's easy enough to work around this problem, but I'm ...
19
votes
6answers
420 views
IE7 ignores CSS attribute selector only on pages coming from production server
On my website, IE7 seems to be ignoring certain CSS attribute selectors. The strange thing is that it only happens when the page comes from the production server. If I have the exact same code on my ...
17
votes
8answers
4k views
Why does my page work in IE9's IE7 mode, but not in IE7 itself?
I recently went live with our new home page, after heavily testing it in each of IE9's browser and document modes (not just compatibility mode, but actual IE7 and IE8 emulation). The site works in ...
17
votes
13answers
7k views
If IE8 is installed, what is the best way to test IE6 and IE7 compatibility?
if IE 8 is installed "by accident" (by the Windows Update program), now the machine has IE 8. Does that mean it is safest to run 2 Virtual PCs, one with IE 6, and one with IE 7 to test our web app?
16
votes
2answers
16k views
IE6 + IE7 CSS problem with overflow: hidden; - position: relative; combo
So I have created a slider for a homepage, that slides some images with a title and teaser text using jQuery. Everything works fine, and I went to check IE and found that IE 6 and 7 kills my slider ...
16
votes
14answers
59k views
IE6/IE7 css border on select element
Does anyone have a solution for styling the borders of "select" elements in Internet Explorer using CSS?
16
votes
8answers
44k views
IE7 and the CSS table-cell property
So I just love it when my application is working great in Firefox, but then I open it in IE and... Nope, please try again.
The issue I'm having is that I'm setting a CSS display property to either ...
16
votes
1answer
15k views
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 months from now to figure out the same thing, I'll have it on hand.
I believe the easiest way to ...
15
votes
8answers
1k views
How to get content of <noscript> in Javascript in IE7?
I'm trying to get the content of a <noscript> tag using Javascript. I succesfully managed to get it in FF, Chrome, Opera and even IE6 but fail on IE7 (haven't tried IE8+ yet).
Basically, here's ...
15
votes
4answers
3k views
Wrong extraction of .attr(“href”) in IE7 vs all other browsers?
Can it really be true that the attr("href") command for a link is handled very different in IE7 in comparison to all other browsers?
Let's say I have a page at http://example.com/page.html and I have ...
14
votes
15answers
933 views
Graceful way to tell users of IE7 and below to go away?
TLDR: Tell IE6/7 users to leave in a nice way :) whilst blocking them from all content.
Basically I do not need people using IE7/6 lower on my web app. Was thinking of just doing a doc.write after ...
14
votes
9answers
828 views
How is IE7 any better than IE6?
Oftentimes in the web development community, you hear people complaining about developing for IE6. However, if you are developing using a robust JavaScript framework like jQuery, is developing for IE6 ...
12
votes
4answers
9k views
How can I programmaticaly disable IE compatibility mode?
I have been stuck on this one for a while - I couldn't figure out why a website renders differently in two identical versions of Internet Explorer. Half an hour ago I came across a compatibility mode ...
12
votes
9answers
928 views
Can I get away with testing sites using IE8 with IE7 compatibility on?
As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I don't want to upgrade to ...
12
votes
9answers
3k views
IE7 is clipping my text. How do I adjust its attitude?
A few days ago I re-skinned my website, http://emle.nl. Development of this skin was primarily done using safari, and as expected, it all renders fine using firefox and opera. I've had to make a few ...
11
votes
2answers
334 views
Under What Circumstances Would Javascript Performance be Worse in IE8 than IE7?
I work for a company that built interactive seating charts using Javascript. Here's an example: http://seatgeek.com/event/show/457624/miami-dolphins-at-new-york-jets-2010-12-12/. In many ways they ...
11
votes
4answers
4k views
11
votes
9answers
1k views
IE7 contentEditable word wrapping
I have the following code:
<html>
<style type="text/css">
DIV { display:inline; border: solid red 1px; }
.editable { background:yellow; }
</style>
<div ...
11
votes
4answers
9k views
Why is jQuery Ajax so slow on IE7?
I am having a problem with jQuery AJAX calls on IE7. This simple code works fine on FF and Opera. But on IE7 it takes 3-5sec. - that's 20 times slower than FF! Loading content is pure HTML and inline ...
10
votes
3answers
2k views
Stretching width correctly to 100% of an inline-block element in IE6 and IE7
I have the following markup, where I am attempting to get the right hand side of the second table to align with the right hand side of the heading above it. This works in IE8, Firefox and Chrome, but ...
10
votes
3answers
890 views
jQuery Innerfade - fading weirdly on IE7
I'm wrapping up a new site, http://architect.sitesbyjoe.com and I'm using the innerfade plugin on the site's homepage. For some reason, the fading is slow and choppy.
The only other thing ...
10
votes
4answers
1k views
How can I make Internet Explorer not change the colors in my PNG images
When using PNG files (made with Paint.NET) as background images on my web site, IE7 is changing the colors and actually displaying a darker version of my images, as seen here. In this image, the dark ...
9
votes
6answers
6k views
jQuery Validation not working in IE7 + IE8
I'm trying to use the jQuery Validation plugin on a form on my website. The form works in FF, Chrome, Opera and Safari. It has yet to work in IE7 or IE8.
Below is a simplified version of my code that ...
9
votes
8answers
14k views
test website with internet explorer 7
Is there a program or website that can show me what my website will look like in Internet Explorer 7? I know there's one out there, I just can't find it.
EDIT:Preferably a program.
9
votes
3answers
4k views
How to get zoom level in Internet Explorer 7? (javascript)
In Internet Explorer 7 some properties (mouse coordinates) are treated as physical while others are logical (offset). This essentially required Web developers to be aware of or calculate the zoom ...
8
votes
1answer
246 views
Is there a standard way of defining the href that opens in a document.open call?
The dilemma that I'm dealing with is that in the jquery-bbq code, because IE6 and IE7 do not support hashchange, they load pages twice in order to have a history state.
This has a negative effect ...
8
votes
1answer
2k views
How can I force reflow after DHTML change in IE7?
I have a page where the user can dynamically add file upload boxes. Adding the boxes changes the height of the div they are in, but certain elements of the div below it stay in the same place, so ...
8
votes
5answers
12k views
<div> position:absolute; bottom: 0; not working as expected in IE7
My site, a course catalog tool for universities, has a center pane that contains a dynamically updated list of classes. In Firefox, Opera, and Chrome, the center pane has the intended scrolling ...
8
votes
4answers
15k views
IE7 & 8 not fireing jQuery click events for elements appended inside a table
I have an IE bug that I'm not sure how to fix.
Using jQuery I'm dynamically moving a menu to appear on an element on mouseover.
My code (simplified) looks something like this:
$j = ...
8
votes
4answers
6k views
IE & Drop Down Menus triggering the Pop-Up Blocker
I have no idea why this is happening. I have some very straightforward code, replicated below, which works fine in all browsers except for IE 7 & 8. In those browsers, trying to expand the list ...
8
votes
11answers
13k views
textarea with 100% width ignores parent element's width in IE7
I have the following textarea in a table:
<table width="300"><tr><td>
<textarea style="width:100%">
...
7
votes
2answers
125 views
Why does “[value='']” throw an exception in IE7 and “:not(:not([value='']))” does not?
I am trying to select the option label (option with value "") from a select box through jQuery. I use the following selector:
$("[value='']");
This works in most browsers, however in IE7 it throws ...
7
votes
4answers
138 views
CSS ie7 z-index
I'am trying to generate the graphic like this:
But i get:
CSS:
#green { height: 500px; width: 500px; background-color: green; position:absolute;z-index:13; }
#red { height: 300px; width: ...
7
votes
4answers
243 views
Google Analytics and IE Browser
Anyone can explain me why below works in Firefox but not in IE.
function bookingSubmit(myform) {
_gaq.push(['_linkByPost', myform, true]);
return true;
}
<form id="booking-form" ...
7
votes
8answers
6k views
IE7 cause of “Text - Empty Text Node”
I'm using the IE web developer toolbar to troubleshoot an issue. A blank white space is appearing below a list item, and I can't logically figure out why. Using the web dev toolbar, I see that in ...
7
votes
1answer
8k views
Table layout problem - Firefox versus Chrome and IE7
I'm trying to layout an HTML table (it's tabular data) and it is rendering differently in Firefox 3.5 and Chrome 2.0.172 (EDIT and IE7 - which renders the table like Chrome does).
I have the table ...
7
votes
2answers
1k views
Does IETester run the ACTUAL same code that existed for IE6 / IE7? Or is it an emulation?
I just realized (yes, this was stupid of me) that IE8 Compatibility Mode is NOT IE7.
All the time I assumed they would be switching back to the IE7 binaries, which apparently they aren't, as indicated ...
7
votes
4answers
11k views
IE7 input:focus
I have the following CSS which isn't working in IE7.
input:focus{border-width: 2px;border-color: Blue; border-style: solid;}
Basically, I just want to set the border attributes when the input is ...