Tagged Questions

This tag is meant to be used on questions that pertain to a bug in both Internet Explorer 6 (IE6) and IE7. If the bug applies to only IE6 or IE7, please use the appropriate tag instead (ie6-bug or ie7-bug, respectively).

learn more… | top users | synonyms

6
votes
1answer
422 views

Having difficulty using IE Javascript leak detectors

Microsoft's IE6 and IE7 browsers suffer from memory leaks when certain Javascript code patterns are used. I've found lots of information on what the leak patterns were, back in early IE6 days. ...
6
votes
4answers
5k views

Cufon text z-index (IE6 and IE7 stylish select box bug)

I'm replacing some text with cufon on my page and I'm using jquery stylish select box plugin (http://www.scottdarby.com/plugins/stylish-select/0.4/) to style select boxes. The problem is that, in IE6 ...
6
votes
6answers
3k views

Changing name attr of cloned input element in jQuery doesn't work in IE6/7

This SSCCE says it all: <!doctype html> <html lang="en"> <head> <title>Test</title> <script type="text/javascript" ...
5
votes
7answers
3k views

CSS doesn't apply to dynamically created elements in IE 7?

Still looking for an answer. Changing or reassigning to the filter's innerHTML successfully redraws the element, but breaks my script, so that's out. Adding additional child nodes, including text ...
4
votes
1answer
700 views

IE7 and “inherit”: ignoring entire rule?

I know that IE7 doesn't support the value inherit for any CSS properties except direction and visibility. When a browser doesn't support a value, it should simply not apply the given declaration (that ...
4
votes
3answers
567 views

Any JavaScript Library that makes CSS3/HTML5 website work on all browsers, including IE6-8?

Is there any JavaScript Library that makes CSS3/HTML5 website fully work on all browsers, including IE6-8? Latest eCSStener and Modernizr does not make CSS3 work on IE6-8.
4
votes
1answer
1k views

absolute positioned element clipping if position outside its parent item IE7

Hi Im trying to position an element so its slightly positioned outside its parent item. In IE8 it works but in IE7 the positioned element gets clipped. Here's my code HTML: <div id="parent"> ...
3
votes
1answer
129 views

When I use jQuery to set an element's opacity in IE6 or IE7, it seems to aquire “overflow: hidden”. Why?

Consider this HTML: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> div { position: relative; ...
3
votes
1answer
813 views

jQuery UI draggable not working properly in IE7. Works in IE8

I have an issue with IE7 where the jQuery UI draggable is showing underneath the droppable instead of on top of it when dragging. The droppable is also a draggable. The page works fine in IE8 and ...
3
votes
2answers
220 views

Jquery crossfade light plugin :: Why this code not working in IE6+7?

Why this code not working in IE6+7?(my code) http://jsfiddle.net/eLBPE/1/ Please help me I spent time without find the reason(I check on ie 6+7 - not working after I check that the code working in ...
3
votes
2answers
288 views

IE6 and 7 Absolute Positioning Bug

After testing a small site that I built for my school in Firefox, SeaMonkey, Chrome, Opera, Safari, Camino and IE8 I found that my site's absolutely positioned divs were all pretty consistant. ...
3
votes
1answer
239 views

Relative positioned child whithin a relative positioned parent disappears in IE7

For few days i'm looking for a good solution for my problem, but with no success. Here is my code: <ul style="list-style: none; position: relative;"> <li style="float: ...
3
votes
4answers
586 views

IE6, IE7: stretch last li to cumulative width of previous li's

Given this markup: <ul class="grafiek"> <li class="first-child">item</li> <li>item</li> <li>item</li> <li>item</li> ...
3
votes
1answer
498 views

Float: Right IE7 Bug

I can't figure out IE7 float right bug! This is killing me. My NAV bar looks great everywhere except IE7. I already created a specific IE7 CSS and have tried various approaches, but still no ...
3
votes
3answers
125 views

IE 6/7 and floats

My forehead is bruised out of frustration over this issue. In the standards compliant browsers my layout looks fine but, of course, IE7 and IE6 like to make a hot mess of everything. I'm trying to ...
3
votes
1answer
342 views

IE7 div floating bug

I have the following <div id="border" style="width:100%; border:8px solid #FFF"> <div id="menu" style="width:250px; float:left;" > Some menu </div> <div ...
3
votes
2answers
2k views

jQuery validations not working in IE 7?

I have a problem. The client is claiming that a prize signup form I built for them is not working in IE 7. It works in IE 8 just fine which they agree about, but in IE 7 it doesn't. (luckily they ...
2
votes
0answers
52 views

Click on point labels through zoom canvas

I have onclick event on point labels. Works fine on IE8+, Firefox and Chrome. Zoom also works fine. But on IE7, IE6 I can't click on point labels because we have jqplot-event-canvas and ...
2
votes
1answer
92 views

column background on table not displaying in ie6 and ie7

I am working with tables and each column was given a background and each td and th has a background image (just dotted lines) positioned to the bottom to act as some sort of separator. Whilst this ...
2
votes
2answers
159 views

CSS: IE7 Blank area of <div> takes space

I have a page with some divs that have a width of 800px and margin: 0 auto to center them. One of the divs contains an image and the rest of the div is empty, in IE8+ it looks as well as all other ...
2
votes
1answer
786 views

IE7 THEAD Tag Styling Problem

This code works fine in IE8, Firefox, Chrome etc... but ie7 don't recognize this line: .defaulttable thead{border-right:55px solid #c7c9cf;} because of that i see no-border in ie7. How can i solve ...
2
votes
1answer
486 views

Jquery/Ajax form doesn't work on IE7

I am working on this website which requires a jquery/ajax contact form. Everything works fine except for IE7 (and presumably IE6, 8 and maybe even 9) but support for those was not ...
2
votes
1answer
279 views

Issue with dynamic rendering a select box with jQuery

I'm dynamically creating a select node with option nodes inside. The code works fine in FF & IE8. But it refuses to work in IE8 in quirks mode or ie7 compatibility mode. And it refuses to work in ...
2
votes
4answers
2k views

css opacity not working correctly in IE 6 / IE7 or IE8 in Compatibilty mode

In the following code the first and second images with anchors have links and in these images the caption text does not hide (opacity 0) on page load in IE 6 / IE7 or IE8 in Comp mode. All other ...
2
votes
3answers
205 views

jQuery.css() for IE Only styling

I'm using jQuery to position elements in a submenu. The html looks like: <div class="menu"> <div> <a>Menu Option</a> <div class="submenu"> ...
2
votes
2answers
2k views

IE7 text-align not working

I have a simple horizontal UL LI main nav which I am trying to align to the center of the page. Text-align, which works in the other browsers is working but this does not work in IE7. Is there ...
2
votes
3answers
948 views

CSS: Why is my floated <span> being displayed below an <a>nchor in IE6/7 but not IE8/FF

i'm getting this weird CSS bug in ie6/7 (but not in ie8 or firefox): for some reason, my anchor and <span>, two inline elements, which are on the same line, are being displayed on different ...
2
votes
1answer
368 views

Why won't the vertical margins between <p> and <hr> collapse in IE7

Perhaps I am missing something, but I can't explain this from any IE bug I know of. Why in this example do the margins of the <p> and <hr> elements collapse as expected in standards ...
2
votes
5answers
6k views

jQuery .ajax method in IE7 & IE6 not working but working fine in Firefox

This relates to my previous post: http://stackoverflow.com/questions/2318696/jquery-load-method-causing-page-refresh-ajax I changed my implmentation to use the .ajax method instead of .load and it ...
1
vote
3answers
68 views

CSS height=100% for Textarea isn't working in IE6/IE7?

My code: <!DOCTYPE html> <html> <head> <title>Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style ...
1
vote
1answer
44 views

CSS Spacing Issue - IE6/7

Site loads fine in IE8,9,FF & Chrome. I can't seem to remedy the issue thats causing the spacing I see in IE6 an IE7 thought. If someone could take a look, it would be greatly appreciated. ...
1
vote
2answers
70 views

jQuery autocomplete on sequential call throws JS error on IE7 standalone

We have a textbox coupled with jQuery UI Autocomplete v1.8.14 It basically works great and without bugs except a certain scenario in IE7 standalone. Let's assume that a user is inputting a letter and ...
1
vote
1answer
161 views

Jquery in Drupal 7 in IE7

All, On our website we are having issues with getting any jquery code to execute in IE7 (IE9 running in IE7 compatibility mode). What is confusing is that the javascript code is running fine (for ...
1
vote
0answers
58 views

Float mistake in arbitrary-width div positioned absolutely

again a problem with IE browsers version 6 and 7 Take a look at an example right away, try resizing the window and such. http://fiddle.jshell.net/BXfNJ/10/show/ a preview (easier to open in IE this ...
1
vote
1answer
231 views

Menu list compatible with IE6/IE7

I have to modify a HTML page because the menu doesn't work with IE6/IE7/IE8. HTML code : <div id="menu"> <table> <tr> <td><a href="menu1.php">Menu ...
1
vote
1answer
100 views

internet explorer 7 jquery slideshow layout

I am working on this site: http://richardthearchitect.com/site/ I just checked it in ie7 and the slideshow is not showing up right. Instead of only one image showing at a time, all of them are ...
1
vote
4answers
366 views

IE7 Z-Index issue - Context Menu

I have the following button with associated context menu <div class="control-action"> <button>Action</button> <ul style="display:none"> ...
1
vote
2answers
407 views

window.open() is not working in IE6 and IE7

I have a dotnet application in which I have to close the current window and then open the new window again in runtime. I have used Javascript for it. The code is as follows: function OpenNewWindow() ...
1
vote
2answers
231 views

CSS float issue in IE6/7

I've got a weird CSS float problem in IE6 and IE7. My HTML is: <fieldset style="float:left"> <legend>Summary</legend> <div class="display-label">Recruitment ...
1
vote
2answers
82 views

How to debug behaviour in IE6/7 which works completely error-free in other browsers

Question is really simple, I am unable to find out what is wrong with this page: http://www.ezotour.sk/page/poznavacie-zajazdy-taliansko-sicilia.html I have tried firebug no errors, I have tried ...
1
vote
1answer
442 views

IE6 and IE7 back/forward hash-tag navigation issues

I have a website that uses the jQuery Address plugin from Asual for navigation. The problem I am having, is that using IE6, and IE7, when the user uses the back/forward buttons the website ends up at ...
1
vote
2answers
709 views

jQuery .html() not displaying any data in ie7, but ie8 works

So who doesn't have issues with ie7 ? It seems that I cannot get ie7 to recognize some data. I have created a wordpress theme for a client of mine, and this allows them to put in extra information ...
1
vote
2answers
205 views

Firefox/Chrome - unexpected margin?

Here is a screenshot of the problem: Chrome/Firefox. An unexpected margin appears above the breadcrumb. If you look at other pages on the website, you will see breadcrumb correctly positioned. Any ...
1
vote
2answers
609 views

IE7 CSS - footer div moves when hovering certain links

Demo: http://reformcard.com When you hover over the top nav links (contact/donate/media) in IE7, the footer div comes up to the level of the sidebar. I've tried: - Disabling all scripts - Putting ...
1
vote
1answer
299 views

JQuery Dialog - Because of IE 6&7 Problem - Need to 'destroy' instead of 'close' - how to rebuild?

I have a very serious issue going on with the JQuery doalog, and I'm hoping some of the wonderful experts here know of a way to solve this, or could point me in the right direction. I have been ...
1
vote
1answer
523 views

qtip doesnt display tip point in ie6 and ie7

$("#testing").qtip({ content: 'Presets, presets and more presets. Let\'s spice it up a little with our own style!', style: { width: 200, padding: 5, background: '#A2D959', ...
1
vote
3answers
223 views

IE6 and IE7 Navigation spacing issue

I'm having a menu spacing issue in IE7 and IE6 that I cannot get to look right. My navigation can be found at http://js.philosophydesign.com As you can see in IE8 and others it displays fine. IE7 ...
1
vote
2answers
1k views

ie7 css problem with div align right in TD

The markup below produces 2 lines of text, with the 2nd line of text centred and an image in the bottom right on the 2nd line. At least it does in Firefox and ie8. In ie7 it adds a line-break and the ...
1
vote
0answers
35 views

Erratic behaviour of IE 6 and 7 in case of arabic version of the website

This problem is related to the erratic behaviour of IE 6 and 7 in regard to arabic version of the website. Background: The whole website is being redesigned for a client from scratch and I have used ...
1
vote
1answer
211 views

Floated+cleared element not affecting following floated elements in IE7 - is there a workaround?

I'm trying to style a definition list so that dt tags start new rows, and can be followed by any number of dd elements on the same row. In modern browsers this is as simple as dt { float:left; ...

1 2 3 4