Internet Explorer 6 has many documented bugs, and the browser will be officially suppported until 2014.
0
votes
0answers
13 views
How to make IE6 rotate any angle for the div?
I catch the problem that IE filter didn't work in IE6,how can I solve the problem?
However,you may say IE6 is dead.But IE6 still exist around the world,so is it any best solutions to solve it.Thanks!
0
votes
2answers
145 views
scrollbar in IE6
Today, I tried to browse my Joomla website in an ancient browser, IE6.
All elements looked fine, but I saw a long horizontal scrollbar in pages with SqueezeBox (Joomla modal box) enabled.
To find ...
0
votes
2answers
111 views
IE6 variable works only in alert()
I use a TWebBrowser component in a delphi application and communicate using JavaScript.
In JavaScript I have the following code:
function test() {
var nr = external.GetNumber();
alert(nr);
nr ...
0
votes
0answers
88 views
IE7 browser issue, div moves out of place
on IE7, IE6, IE5, my div's overlap each other. How can that be fix with out messing up IE8 and IE9?
<div class="section">
<div style="width: 760px; position: relative; height: 17px; ...
0
votes
0answers
41 views
page with jqueryui doesn't load in ie6 [closed]
this page http://www.softerence.com can't load in IE6. I know it is "abandoned" browser but still many people use it and my client too.
IE6 can't load it when there is jqueryUI loaded.
I tried to ...
0
votes
2answers
59 views
top and left in IE6
I have really problem adjusting the top and the left in IE6, in all the remaining browsers things are working good.
I have this css:
font-family: "Lucida Grande","Lucida Sans ...
0
votes
0answers
57 views
Absolutely positioned HTML elements disappear when container has small content
I am working on a new site and I found a strange phenomenon in IE6 and IE7 (all other browsers behave normally): on THIS page, in the rounded rectangle (div) with a small quantity of text, the two ...
0
votes
1answer
115 views
Sticky footer on dynamic page - IE6 issues
I have a page that has a sticky footer using this method:
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
The page is being created dynamically through Javascript, all ...
0
votes
0answers
64 views
slicker css compatibility issue for ie6
I am currently working on a website, and on the index page I have given a surprise button to display the product of the month in a slicker. I have written CSS, HTML and jQuery for the slicker and its ...
0
votes
0answers
33 views
Divs with margin could not float as expected in IE6?
Let me put my code here first(simplified).
The html is as follows:
<div id="wrapper">
<div id="left"></div>
<div id="right"></div>
</div>
The CSS is as follows:
...
3
votes
4answers
274 views
:hover cant get third menu level to display in IE6
I'm trying to get a suckerfish style dropdown menu to work in IE6 using whatever:hover but cant for the life of me get the 3rd level to display! Its driving me nuts any help on this would be greatly ...
0
votes
1answer
49 views
How to position background image on a longer <a> link on IE6
I have a problem with an link's background.
For my exam this must work on all browsers down to IE 6. Problem is I am using a background image that should be positioned on the left of the links, but ...
0
votes
2answers
61 views
Internet Explorer 6 css order matters bug
After maybe all day I explore new bug (for me) in IE6. Order of css styles matters. The style work only for the first child ( in css file, not in element). It's hard to explain, but the examples will ...
0
votes
1answer
89 views
Arbitrary Column Sizes And Missing Borders In IE6
I have created nested tables with the following markup, where the first table contains an example of a typical row:
<table class="outer">
<tr>
<td>
<table ...
3
votes
1answer
186 views
Nowrap inheritance bug in IE6 (and earlier version)
I have some task to make a carousel, that would holds several elements with not defined width. So, the easiest way — to make all elements in row by CSS and then do all JS calculations and so on. All ...
0
votes
1answer
273 views
Javascript toFixed bug in IE6?
my code is:
var m=0.00542;
alert(m.toFixed(3));
alert(m.toFixed(2));
the expected result is :0.005 0.01
but in ie6,the result is :0.005 0.00
what can i do?
0
votes
1answer
215 views
How to add a CRLF in a Textarea in IE6 with Coldfusion?
How can I add a CRLF into a Textarea using Coldfusion 7 code?
I've tried every way that I can think of and every way that I've found. Nothing is working for IE6. In Chrome and IE8 pretty much ...
2
votes
5answers
103 views
Fix for cfloop adding unwanted white-space to a table in IE6?
I'm forced to make this site compatible for IE6. I wish I didn't, but such is life.
Here's the problem. When I'm running the cfloop query="thisqueryName" it's adding about... 500-600px of whitespace ...
0
votes
1answer
140 views
google map api,chrome and firefox is right,but ie can't run
google map api,chrome and firefox is right,but ie can't run
I use jquery load initialize();
ie6 outpute error message is
error 'google' undefine
function initialize() {
var latlng = new ...
21
votes
3answers
443 views
IE6 Frames & Memory Leak
Before I start this question, I understand that every aspect of it is wrong. Please keep that in mind...
I have an CRM-ish intranet application with an integrated soft phone developed in 2001 that ...
0
votes
3answers
756 views
How to fix png image issue in IE6?
I know there are many ways available on internet, I found one with using iepngfix , but to resolve this issue i need to specify width and height to each png image and its too time consuming process ...
1
vote
2answers
922 views
Issues with using a negative margin in background images to display bullets (IE6 and 7)
The subject here is the use of negative margins in bulleted lists to display an image in the gutter to the left of a title element: I found a Simplebits article which explains why this is a good ...
0
votes
1answer
93 views
Body Content div Alignment Problems In IE6
I am having alignment problems with a website I'm designing on IE6. It works great in all browsers (Firefox, Opera, Chrome, Safari, etc.) including IE7, IE8 and IE9. Basically, I troubleshooted and ...
0
votes
0answers
70 views
Internet Explorer 6 bugs
I have 2 IE6 (?) bugs on a site I'm doing. http://tinyurl.com/88jbgug
On the nav bar, I get an over extending nav bar that doesn't seem to respond to overflow: hidden, and I'm not certain I know ...
0
votes
1answer
711 views
jquery ajax request cross domain with jsonp does not work in IE6
I make a jquery plugin look like:
(function($){
$.fn.plugin_name = function(){
var methods = {
getSomeThing: function(callback){
$.ajax({
type: 'GET',
...
1
vote
2answers
140 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 ...
0
votes
1answer
293 views
jQuery .children() not working in ie6
I have a nice tabs script. it's working fine! But. Not in ie6. I can't understand why.
I think that
var currentTab = $(this).children('a').attr('href');
line is not working in ie6. But again: ...
1
vote
0answers
107 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 ...
0
votes
2answers
132 views
.replaceWith not working in IE6
I was just testing my webpage in Adobe BrowserLab. I have 3 .replaceWith line of jQuery in my webpage, and they're not executing in ie6. The weird part is, I made a jsFiddle with the same jQuery and ...
2
votes
1answer
294 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 ...
0
votes
1answer
64 views
Why is IE6 not rendering this border properly?
I am currently finishing a site that the client wants to work on all browsers. However, there seems to be a CSS issue which I can not get around. The border around this page seems to start from the ...
2
votes
1answer
311 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 ...
0
votes
1answer
86 views
IE6 with fixed <ul> does not work
I have a <ul> which has {position:fixed;z-index:10;} css properties.
Inside it there are <li>-s that have {display:block;margin-top:15px;}
css properties. It contains <p> with some ...
0
votes
2answers
90 views
IE6.0/Firefox browser issue, table border is not same in both browser [duplicate]
Possible Duplicate:
html table border is not consistent in IE6.0 and firefox
border in html table is looking different in IE and mozilla . border is same around all sides in mozilla but ...
0
votes
1answer
109 views
html table border is not consistent in IE6.0 and firefox
In my html table I have used a border. But my border is inconsistent in IE 6.0 and firefox. In IE border-bottom's height is more than expected but in Mozilla it is same on all borders.
Images for ...
0
votes
1answer
192 views
Issue with hover sprites and js in IE6(one pixel gap)
JS:
DD_belatedPNG js
HTML:
<script type="text/javascript" src="js/fixpng.js"></script>
<a href="#" class="sbToggle"></a>
CSS:
.sbToggle{
background: ...
0
votes
2answers
53 views
Block display bug in IE 6
Does any one know why the block in top-right corner of the page http://preview.hksenet.hk look different in IE6? How to fix it?
Many thanks.
0
votes
0answers
278 views
CSS z-index bug
I'm glad to thank everyone for answering my previous question!
Now I'm almost done with the problem about vertical drop down menu. There is still one
unfixed bug for it, here it is:
In an absolutely ...
0
votes
4answers
101 views
Optimizing string code for IE6
I have a page on my site that uses JS to write out a lot of dynamic content via strings that are then parsed as HTML. Works great in all browsers, but IE6 is incredibly slow. Many users end up getting ...
2
votes
2answers
385 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 ...
0
votes
1answer
125 views
Menu disappear when hover, IE6 bug?
I cannot figure out why the menu disappear in IE6(using version in XP mode of Windows 7) when I
hover the paragraph of the main content
hover the "Ordinary Members" link
Please see the page in ...
1
vote
1answer
397 views
Error “document.body.filters” in PNG fix (IE6)
As part of a development, I met the transparency problem for PNG files in IE6 ... I found the following script and it works without problems except for some computers (with the same configuration XP - ...
0
votes
1answer
442 views
How do I refresh a table in GWT without giving it focus?
I'm using the Google Web Toolkit (GWT) 2.1.
I have a GWT Grid (which is just an HTML table, really) that I'm using for data entry. When you click on certain elements outside of the grid, it changes ...
1
vote
3answers
118 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.
...
0
votes
2answers
297 views
float left/margin for two static width divs (ie6)
Ok, I have the following layout/CSS:
div#wrap {
margin-left: auto;
margin-right: auto;
position: relative;
width: 1400px;
}
div#header {
float: left;
margin: 50px 15px 0 ...
1
vote
2answers
142 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
242 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" ...
0
votes
1answer
218 views
CSS: Problem with IE6 and multiple divs side by side, and element inside float right
I have a CSS problem with IE6. I wan't to have multiple divs side by side (this is working great, also in IE6), but inside each div I wan't a element to be floated right. This works in Chrome 13 and ...
0
votes
1answer
67 views
Strange margin problem in IE6
HTML:
<div id="outter">
<div id="left">
<div id="up">
This is the up div
</div>
<div id="down">
<h3>This is ...
0
votes
2answers
94 views
IE6 positioning issue - missing placed button image
I have created a page with a "back" button at the bottom right. It looks well positioned in Firefox and more modern browsers however in Internet Explorer 6 the "back" button is missing.
...

