Tagged Questions
Internet Explorer 6 has many documented bugs, and the browser will be officially suppported until 2014.
9
votes
9answers
2k views
List of CSS features not supported by IE6
I just finished slicing and coding a very nice table-less css template for my website, all the time I was testing with IE7 and Chrome.
Then I just had the brilliant idea of testing this template with ...
6
votes
1answer
402 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. ...
5
votes
4answers
689 views
Triggering haslayout in IE 6, what's the side effect of using * html div { height: 1%; }
For a while, I've been putting * html div { zoom: 1; } in my base stylesheet, and it has worked great. However, I now run into situations where there're elements that are absolute positioned that are ...
4
votes
1answer
397 views
jQuery 1.4.4 and IE6: .live('change') not triggering on checkbox until blur
Here's the code, using jQuery 1.4.4:
<input type="checkbox" value="on" offval="off" id="c5f1_Associated" name="Associated" class="editable">
<script type="text/javascript">
...
4
votes
1answer
159 views
Why elements move when i hovered on anything (Only With IE6)
Take a look :
http://www.youtube.com/watch?v=uSmqTdQK3Tk
http://www.faressoft.org/BlueCristalTheme/
4
votes
3answers
313 views
Why are cookies unrecognized when a link is clicked from an external source (i.e. Excel, Word, etc…)
I noticed that when a link is clicked externally from the web browser, such as from Excel or Word, that my session cookie is initially unrecognized, even if the link opens up in a new tab of the same ...
4
votes
1answer
1k views
IE6: select inside jQuery tabs does not render dropdown list
I have a form inside jQuery tabs; I create tabs in a simple way:
$("#tabs").tabs({selected: 1});
The selected index 1 is the tab where form is placed. The problem is, on remote computer with IE6 ...
4
votes
6answers
879 views
CSS sprite based rollover blinks in IE6
I'm using the CSS based rollover "trick" that switches the background position of the element's background image on hover.
The CSS
#welcome #step1
{background: transparent ...
4
votes
3answers
2k views
CSS method to include IE6 hacks
CSS has @import, right?
IE6 understands *html selector hack, right?
Is it possible to combine them like
//*html @import url(ie6hacks.css);
or, possibly,
//*html { @import url(ie6hacks.css); }
...
4
votes
7answers
2k views
IE6 bug. Div's height increases when a:hover is triggered
I have a page that there is a list of "tags", just like here in SO, and when the mouse is over it, it gets darker.
It works great with Ie7, 8, FF, Chrome, Safari etc... but IE6 has a bug that when ...
3
votes
1answer
193 views
Does changing scheme from gzip to deflate fix ie6 incompatibility?
Internet explorer 6 VS1 doesn't support gzip compression correctly.
It does however understand deflate.
Is it sufficient to change the scheme name in applicationhost.config from gzip to deflate to fix ...
3
votes
4answers
564 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
6answers
290 views
Detecting IE6 using Javascript/jQuery revisited
I need to detect IE6 in order to work around the lack of position:fixed. I've been using a simple regex:
var isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
This works almost all the time, except ...
3
votes
8answers
699 views
Blurry text after scrolling in IE6
i've got an issue with text in IE, when the page loads the text looks neat and crisp, but when i double-click on some white space of the page the text looks like this:
Is there a known solution for ...
3
votes
1answer
3k views
IE6 Unit PNG fix + Javascript Swap Image not working
I am using Unitpngfix for IE6 PNG Transparency. Everything moves fine.
Now i need to implement a menu button in png to swap when mouse over. I used dreamweaver "Add Behaviors > Swap Image". It ...
3
votes
2answers
204 views
How to detect if a user is running IE 6?
I need to be able to tell if a page is being viewed in IE 6. How can I do this in javascript while ignoring version like 7, 8, or other browsers?
3
votes
12answers
789 views
Is it good practice to “force” users to update their browser?
I helped develop a website for a local non-profit. I have asked for feedback from people who have been using the site. I have encountered a problem with IE6, fixing that problem introduces other ...
2
votes
0answers
61 views
jQuery Events in IE6 stop working or crashes IE
I have this sample fiddle page: http://jsfiddle.net/MarkSchultheiss/sPDSZ/
This page has four event managers: two of which are actually two events captured each.
Two handle mouse events on the ...
2
votes
1answer
56 views
dd_belatedpng fix for IE6 on img tags
I used the Drew Diller DD_belatedPNG_0.0.8a.js script to fix IE6 transparency with png, actually It seems to work fine except for pictures within img tags. For imgs tags it solve the transparency but ...
2
votes
1answer
99 views
IE6 Try/Catch block does not work on custom document.someFunction call
How can I attach a function to the global document object in IE6, and still be able to catch exceptions thrown from that function when called?
Surprisingly, the exception does not propagate outside ...
2
votes
2answers
85 views
jQuery js file breaking css code when linked after the css stylesheet
Got a strange one here that I only just managed to weed out:
I've got css code which produces a multilevel dropdown menu. I decided to implement some jQuery on the same page for a calendar date ...
2
votes
1answer
73 views
Google ie7 code not working on site
I am trying to use the wonderfull
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
on my site, I have used it before and it worked fine but now it ...
2
votes
4answers
146 views
Migrated Web Forms Application .NET 2.0 -> 3.5, new infrastructure - Images Not Caching in IE 6
I have been migrating a .NET 2.0 web forms application to use .NET 3.5 and a new infrastructure. There is a GridView inside an UpdatePanel, with an Actions column which contains icons to perform an ...
2
votes
3answers
185 views
IE6 changes DOCTYPE to a bad one
I am working with website that has defined following DOCTYPE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
When I ...
2
votes
1answer
91 views
Problem with float and IE6
I have problem with floating in IE6. The HTML code:
<div id="stran">
<img src="../Slike/prejsnja.png" alt="Prejšnja" onclick="prejsnja();" onmouseover="this.style.cursor='pointer';" ...
2
votes
2answers
172 views
Textarea issue with IE6 - I'm using Jquery framework for javascript
All other browsers are working well except for IE6. I have textareas in a JS form that aren't viewing correctly in IE6. I'm using Jquery framework for javascript. I wish to have a horizontal line at ...
2
votes
2answers
143 views
Bug with height attribute of position absolute div in IE6
When I try to run the following
<body>
<div style="width: 400px;height: 1px;background-color: red;position: absolute;bottom: 0;right: 0"></div>
</body>
It doesn't understand ...
2
votes
1answer
315 views
IE6 vs IE8 <ul> <li> out of order disply problem. please help
I have out of order display problem in IE6 and IE8.
Following is the output screenshot in IE6 and IE8 :
http://img707.imageshack.us/img707/1875/61807760.jpg
Following is my HTML code :
<div>
...
2
votes
1answer
105 views
Extra white borders on CSS image background in IE6
When this page is viewed in IE6, you will see extra left and right white borders on the button:
http://pastehtml.com/view/1aycieg.html
They don't appear in other browsers (e.g. IE7, IE8, Chrome, ...
2
votes
1answer
179 views
Does !important not works in IE6?
Does !important not works in IE6 ? If we need IE6 compatibility too then shouldn't we use !important?
2
votes
1answer
256 views
How to solve IE6 selectbox flicker problem
I am experiencing a strange IE6 problem. I have an ajax request which refreshes a part of my page. However after the DOM injection the select boxes are disappearing and after a fraction of a seccond ...
2
votes
4answers
848 views
IE6 PNG-transparency CSS hack not working
I looked around and decided to use a CSS approach rather than rely on JS... I figure the kind of corporate users stuck with IE6 might also have JS disabled by IT departments.
So In my HTML I have:
...
2
votes
2answers
245 views
IE6 - body shrink on hover / z-index change
I'm debugging a site to make it work for IE6 (god, please, let this be the last time). I've gotten pretty far with getting the the layout look right. There's just one more thing bugging me.
Some ...
2
votes
2answers
892 views
How to Fix IE6 Bug - position: absolute; & overflow: auto;
I made a Editable Combo box using the following code
<asp:TextBox ID="textbox" runat="server" Width="75px" Style="position: absolute;" />
<asp:DropDownList ID="ddl" runat="server" ...
2
votes
1answer
724 views
jquery.flash plugin not working in IE6
I use jquery.flash() plugin to embed flash into my website. The problem is that in IE6 this doesn't work. I tried swfobject (1.5), also, but it gives me (sometimes) some strange errors with n null or ...
2
votes
2answers
654 views
IE6 _top links inside iframe between domains
I have a domain containing an iframe with contents from another domain. Inside this iframe are _top links. On IE6 nothing at all happens when you click them. I have prepared a minimal example of this. ...
2
votes
1answer
559 views
Controls bleeding within iframe on scroll in IE6
I have content in an iframe, and when I scroll the main page (outside of the iframe), I get weird artifacts inside of the iframe, from the select and flash controls, in IE6.
How it should look (and ...
2
votes
6answers
2k views
Hovering <a> in CSS without href
I need a picture to change upon hovering over it. I got that working in CSS by changing the z-index upon hovering over it. However, I don't want anyone to click on it. Thus, I have removed the href ...
2
votes
3answers
3k views
IE6 png bug; links don't work?
After many hours I figured out why the links within my pngs in IE6 do not work.
It's because Im using filter:progid:dximagetransform.microsoft.alphaimageloader within my CSS. Yet after many more ...
2
votes
3answers
1k views
IE 6 and the multiple button elements all sending their name & values
When using multiple button elements in a form, I realised that IE7 sends the innerHTML instead of the value of the button. All good I thought, I'll simply change my PHP code to this
<?php
if ...
2
votes
2answers
3k views
This page contains both secure and nonsecure items and iframes
IE 6.0 is giving me the message "This page contains both secure and nonsecure items" because I have iframes on my page (for the combo box bug). I have tried pointing to a few different things in the ...
1
vote
2answers
33 views
css hover on elements issue in IE
I'm designing a html page with strict doctype and there's a form element in my page.
What I want to do is to change background-color of inputbox when mouse touches my form. I've done this with css ...
1
vote
0answers
72 views
Javascript - script is working but having 2 errors in IE
I have a video rater, same thing as the one on youporn.com (sorry but that was my reference! To see it just click on any video, scroll down a bit and you'll see it).
My script is working fine ...
1
vote
3answers
46 views
IE7 first floating div sits higher than the rest, rest aligned fine
I have an issue where I have a set of href's floating next to each other. This looks fine in all browsers except the old IE versions in which the first link sits higher than all the other links.
...
1
vote
2answers
115 views
Site Header Compatability in IE6, using Floats and Absolute Positioning
After designing and coding a standards-compliant website, that works functionally in normal browsers (Firefox, Chrome, etc), I now need to make it look identical (or mostly so) in Internet Explorer, ...
1
vote
1answer
72 views
Extra space between page elements in IE6
It goes without saying that I'm not having any issue with modern browsers. Here is my page code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
1
vote
1answer
134 views
ie6 overlay position:fixed is scrolling
I have a simple div layer that shows only when certain logic is triggered.
To make it appear like a modal, I added a full screen div with opacity to give it the modal look.
Unfortunately, in IE6 - ...
1
vote
2answers
87 views
IE6 HTTP \ HTTPS mixed content error
I am getting the error that says some content is being delivered non secure over my secure page and i get the yes|no|more info dialog box.
Is there a way in IE6 to find out which element on my page ...
1
vote
1answer
41 views
How to use the .png pictures as the background on ie6?
I want to use the .png(png24) pictures as teh background, but if use the _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=""),but it can't use the background-position, who can help me?
1
vote
2answers
293 views
ASP.NET's framework javascript won't let me render a raw HTML IFRAME
I have a UserControl which rather than putting tags into its ascx markup file, overrides render() in its codebehind to write out XHTML generated from XML using XSLT.
I want to render out an iframe ...