i worked on a website in the latest firefox and then presented it on a machine that just had ie6 (and it looked horrible). is there anyway i can test what it will look like in IE6 without having to actually download. I see that ie8 has a compatibility mode (to show what it would look like in ie7), is there a similar thing for ie 6?
...
I'm having some trouble with jQuery and IE. I've narrowed it down to this:
jQuery("#missionDashboardRoleFilter").live("change", function(){
alert("called");
});
<select id="missionDashboardRoleFilter">
...
This is working fine in Firefox, Chrome, Opera... but (obviously) not in IE6.
I'm not sure what to do... any idea?
...
Why do I get a blue line around my images when they're links in IE6?
Is there a quick CSS trick to get rid of them?
...
how to debug asp server-side script using MS script debugger.
...
Hello all,
I'm currently using the Blueprint CSS framework setting my width to 910px along with the sticky footer markup by Steve Hatcher.
The problem I'm getting is that for some reason in only Internet Explorer 6 is that an extra padding/margin of 10px is being added on the right hand side of my #wrap class.
I have uploaded my test ...
I used to work with flot but it doesn't support pie charts so I'm forced to change.
I just saw JS Charts, but their documentation is very obscure regarding cross browser compatibility (I need it to be IE6+ compliant :). Also this will be for commercial use, so I'd rather have something that I can use free of charge
jQuery Google chart...
Hello, first of all im a beginner so any descriptive help i would really appreciate.
so my spry menu looks fine in every browser except IE6...
my website is ritztheatre.net (srry cant post more then one hyperlink)
here is a screenshot of what happens when you hover in IE6. any ideas?
http://img130.imageshack.us/img130/1612/spryprob.j...
When researching JavaScript conditional comments for IE, I stumbled upon @cc_on. This seems to work. However, the wikipedia entry on conditional comments provides the following code for more robust IE detections, specifically IE6:
/*@cc_on
@if (@_jscript_version > 5.7)
document.write("You are using IE8+");
@elif (@_jscri...
I have made a super simple test case of a problem I'm having with IE6 and jQuery 1.3.2
In IE6 I only see the first alert box, it will render the page but it seems there is something in the js file that is causing IE6 to stop processing the scripts in the <head> content and thus not show the 2nd alert box. Chrome works as expected.
Nee...
I don't know if this is just IE IFrame bug or it is something related to yui, I think that it happens when you load something into IE6 iframe while it is invisible (it needs to be hidden) - the content becomes invisible, even though it takes space.
Here is the example
To see the problem just load the page in IE6, click "New Tab" button...
I am running an instance of Joomla on my server. When I load the site in any other browser the page loads fine, however, when I load the page with IE6 i get the following error.
"internet Explorer cannot open the Internet site http://example.com", Operation Aborted."
Popup: "Continue loading This Page?" I press OK. Sometimes it takes...
So I'm having a crossbrowser javascript issue.
I've got a <select> dom element that has some descendent <option> element with selected=true.
In Firefox, I can just do select_elt.value to get the value of the selected option, but this seems not to work in IE6 (which I need to support).
I tried to iterate through the select_elt.getEleme...
I am building a website with a TON of png-24 files that have transparent background. In IE 6 they obviously aren't displayed correctly, so I need some sort of reliable, good solution that will fix the PNG problem in IE and require little work and be reliable. Any good ideas?
...
Hi,
I have a dropdown menu with the width set to 142px however the selection area when you drop down the menu needs to be larger as it has text that exceeds this width. Firefox (and most modern browsers) is clever and extends the selection area to fit in this text. However IE 6 and unchecked newer versions of IE do not show this text a...
Hi,
I'm loading in content using an iframe via a menu with jquery which is updating
the 'src' attribute of the iframe to then load in the desired page. Each of the
pages have their own javascript includes and heavy content.
The code is as follows:-
$(document).ready(function() {
loadPage('main.php');
});
function loadPage(url) {
...
Browsing here I've found a JS that if using IE6 can make it suport PNG transparence and also make things appear in the right place on the screen! It's almost like turning IE6 into older version of FF, the thing is I've lost the link, it is on "google code" but I can't seem to find it again if someone could kindly can post it again, I'll ...
Hello All,
How can we distract our clients from using IE6. We know IE6 is not a good standard-compliant browsers; has many issues. How to satisfy clients so that they do not use IE6?
Thanks...
...
Everything is OK in Chrome, FF and IE8. But in IE6 there's a strange margin right below the div "middle-column" (inside it there are 3 divs called featured1, 2 and 3.) which is above the divs "left-column" and "right-column"). I already tried everything to get rid of that problem. I tried the "display: inline technique" and CSS resets. P...
see my question on title.
note that I understand how to debug javascript in any browsers (including IE 7++) other than IE 6.
...
I have a dynamic HTML document, and in a particular point of time it has a markup similar to this (but, of course, a lot more complex):
<div style="display: none">
<select><option>some text</option></select>
</div>
<div>
Some text
</div>
and my problem is that in IE 6, the select is still visible even though its parent is set ...