internet-explorer-6

IE 6 javascript object type 'control'?

I have a custom image selector for FCKeditor 2.6.5. Everything works fine on Firefox, Chrome and Safari. But in the IE6 I get a strange type for the selection. The code for this is: alert(editorInstance.Selection.GetType()); And it returns 'Control'. What is this type and how could I access the HTML of the selection instead? ...

What is the best way to fix CSS issues in IE6 - with javascript?

I know this could boil down to a philosophical issue, so I don't mean to start a discussion on the topic. But I'm looking for the (or a couple of them) best way to resolve most issues of CSS styling in Internet Explorer 6. I'm aware of this article on forabeautifulweb.com, and it's recommendation to just feed IE6 users a universal plain...

IE6 only allowing $.get(..) through server

Hello, I am not sure if this issue exists in other browsers; however, if I am simply trying to run a jquery $.get() in IE6, without running through a server, then it[$.get] will fail. As in it wont actually get the file. I am simply trying to grab an xml file in the same directory. I am trying to bundle this stuff up on a disk and distri...

Why does IE show the gray boxes below the content, instead of above?

http://www.webdevout.net/test?013&raw Shrink the window in IE6 / 7 to see what I'm talking about. I stripped out all of the critical parts of my application (had to), but basically those gray boxes are supposed to be drop down boxes. In modern browsers, it works fine... but in IE6 / 7, the page content overshadows it (as well as s...

Which Video Player for my website? (ie6, cross-browser compatible)

So! My question is pretty straight forward, I have a website (Build in ASP.NET 2.0) which uses an old video player to play the videos (FLplayer progressive) the problem is all the videos on the site got converted to .mp4 (For better quality) but this old player won't play them... Which would be a nice player for the site that works on ie...

e.preventDefault() is not working in IE6

e.preventDefault() is not working in my IE6. Could you please provide some code to make it work in IE too? I am using this function not anchor tag but on an image tag, so whenever somebody clicks on an image he should be ablt o drag over the image ...

Internet Explorer 6/7 displays Operation Abort message but not always

I am working on an osCommerce website and few of my page displays the "Operation Abort" message. I have gone through the already given solutions in Google and by SO users, but solutions like using "defer" in script tag, placing the script tag in bottom of page, is not working, the page in which this msg is displayed do not contain any no...

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 load to wipe the page with a message of "Sorry your browser is outdated" has anyone done similar and found a nice friendly way to tell them ...

How to make SharePoint 2010 Page compatible in IE 6.0?

How to make SharePoint 2010 Page compatible in IE 6.0? Has anyone worked on similar requirement??? Basically what all things to take care? e.g. Ribbon control If any one has any reference links/documents, please suggest. Regards, Ketan ...

jQuery cross-browser issue

I have this code that works great in all browsers but not IE6, and I have no idea why, can anyone shed any light on this? $("#handle").toggle( function () { $('#login').animate({ marginTop: '0', }, 1000); $("#handle").addClass('opened'); return false; }, function () { ...

Using Supersleight plugin creates border and broken image X mark in IE6

Hi All, I've already asked this question on the guy's blog who created this plugin but not gotten an answer yet. I am using the supersleight.plugin.js plugin to sort out the transparency issue in IE6. It's working just great but I seem to have an issue if I have an image AND a background image which are both transparent PNG24 images in...

Background Image not appearing. IE6 Fail.

Hello all, I know this is a common problem with IE6 from my Google search but everything I have tried has failed. Here is my HTML: <table width="750" border="0" cellspacing="5" cellpadding="5" class="largetable" > <tr> <td width="65px"><b>SELECT</b></td> <td class="plus" width="300px"> <select id="op" name=""> <op...

Online Internet Explorer Simulators

(Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons. But I have to develop for Internet Explorer users as well. I know, I am not unique here. I enjoy using the webkit inspector / firebug to mess with CSS. One of t...

FLEX IFrame in IE 6

I have IFrame not working in IE6 but fine in firefox, any ideas? ...

how to track ajax request in IE as we do using firebug in FF?

i have a page i.e. banerbuzz open it in IE-6 here you will find the Instant price box where Size drop down will show only one size, where as if same url is executed in FF you will find the real drop down box which is needed. i think this could be the issue of path given in ajax file please help me or suggest me to resolve this issue ...

DOM element delete promlem i IE6

kindly check the CODE** <html> <head> <title>DOM ADD?REMOVE UL-LI..... NODE DEMO 09/08/2010 </title> <style type="text/css"> ul{margin: 0; padding: 0; left: 20px; width: 90%; border-bottom: solid 1px #d09800; } li{ color: #333 !important; background: white; text-decoration: none; } #menu li{ height:15px;width:90px; cur...

promlem in IE6,DOM element delete

My javascript CODE var TDCount = 3; var i=0; function insertTD(){ var possition=document.getElementById('elmnt_pos').value; if(possition=="") { possition='a'; alert('Enter a number!!!'); } if(isNaN(possition)) { alert('Enter a number!!!');...

DIVs, DOJO, vertical scrolling, and IE6

I know there's several questions on this already, but I cannot find a solution anywhere. Basically, I have CSS styling the body to fullscreen with no scrolling. Within this are 2 divs, for sidebar (left) and content (will be a map control if I can get past this problem). Within the left sidebar I have 2 divs (at the moment), one has a ...

Standalone IE6 gets its version from IE7 and gets the wrong CSS

I have an odd question related to how IE6 gets its version info with respect to conditional comments. So far I had been successfully using a standalone IE6 inside a custom directory, which I had gotten from (I believe) either MS or evolt (http://browsers.evolt.org/download.php?/ie/32bit/standalone/ie6eolas_nt.zip) - to fix my current is...

ie6 iframe horizontal scroll bar problem

Hallo all. I found a lot of thread but none worked out. I have an iframe and with ie6 it presents the horizontal scroll bar. I tried to fix the padding problem as shown with padding: 10px 0; but doesn't work. The doctype should be ok. Any other suggestion? Kind regards Massimo ...