internet-explorer

jquery not working in IE

Hello, I have some very simple code: $(document).ready(function(){ $('#module_body_News').height(0); }); This works fine in Firefox but not in IE. Why? ...

Why would one switch back to Internet explorer?

Hi everyone, I remember using IE5 and IE6 back in the days until I realized that security vulnerabilities were discovered on it on a very regular basis. This made me switch to Netscape, then Opera and finally Firefox with a little bit of Chrome every now and then. It seems that every time Microsoft releases a new version of Internet Exp...

What throws Internet Explorer into quirks mode ?

I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it enters quirk mode automatically, even though doctype is properly set and site goes through w3 validation (there is one error of missing some char, but file was cleared in hex editor). ...

jQuery code working everywhere but IE, why?

The following code works fine in browsers other than IE. In IE, only the #toggle-instructions handler works, but #toggle-cue-sheet-instructions does not. Anyone know why IE has trouble with this? What happens is that clicking on the link with id=toggle-cue-sheet-instructions does nothing while clicking on the link with id=toggle-instruct...

:nth-child is not working in IE

Hey guys Ive searched for my specific problem and can't find it... I hope any of you guys can help. Im trying to get nth-child to work in IE - now Ive read that you can do it with Jquery, how do I implement jquery in this instance? Im also using this Lib item ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js It works perfectly i...

Unordered List In IE 7

I'm having some trouble getting the following page to display properly in IE 7. It works fine in IE 8, Mozilla Firefox, and Google Chrome. The only problem is that in IE 7, the width of the unordered list causes the list items to unnecessarily wrap to the next lines. Any help will be very much appreciated. Oh, also I noticed that by ...

Comment immediate after closing DIVs in IE

I remember IE will have some problems in layout when a comment is placed immediate after closing DIVs E.g. <div id='header'> </div><!--/header--> I forgot which version of IE will be affected, anyone can point me to the right direction for this bug? Thanks. ...

IE hover/focus/active anchor and span, no javascript

Hi there, currently trying to create the best anchor with background image, hover and active stages. Here is what i have for this moment. It works fine in all browsers except in IE if I press on span (15px left side works fine as it is anchor). Here is example link text . Any ideas? I want to keep current code, no absolutes, no javascri...

Appending select options - IE problem/solution cause other browser issues.

I have a <select> that depending on previous options is populated by a var with a bunch of <option> values. Naturally, because IE doesn't work with innerHTML I have to append this template to the <select> which now works great in IE. HOWEVER I now need a way to clear out the select options from the previous search and in FF stop it fro...

MSWord Richly Formatted Text Paste into Webgui Text Input Field for Database Submission

I have several richly formatted paragraphs in a Word 2003 document. How do I copy each paragraph and paste it in a text input field with all the formatting in place? The main objective is to make each paragraph as an object in the database so users can add and rearrange these objects(paragraphs) in custom order to generate their custom ...

div layot problems in IE ...

Hello everyone, I have developed a website http://www.akademikpencere.com/. The problem is some divs elements are not being posistioned well in IE, but they are positioned well in Firefox and Chrome. How to solve this problem ? Is there any way to make sure what ever I develop for one browser will work for another ? thank you. ...

IE table: "cellspacing" problem when hiding columns

Hi, I have table that makes use of show/hide column functionality. However when hiding columns in IE, a thin white line increases in size as columns are hidden. This only occurs in IE. I have tried implementing the "hide" functionality using jQuery as well as using the regular DOM methods. Both resulted in the same problem. Any idea ...

Internet Explorer "setAttribute" onclick workaround?

var tr = document.createElement('tr'); tr.setAttribute("onclick",p.onrowclick+"("+row.id+")"); Hi, the above works fine for me in Firefox. I can't find the correct syntax for a workaround in IE. I'm using IE8. ...

internet explorer print

How can I print a single dom element (such as table) or whole window dom object using java script in internet explorer, ff etc...? ...

IE6 Not caching my images

Hi, I uploaded my web application already in my Production Tomcat Web Server. I am trying to test it already and it works fine on FF/IE7/IE8 but I am having a problem on display on IE6. I notice in the status bar that IE6 seems to be downloading the images every now and then. Even though I did not click anything, it still downloads the...

Test Website with IE7

I need to test a website with IE7. Does anyone know if there was a way of doing this in windows7 without setting up a VM with XP+SP2 on it? ...

How often are customers willing to install Silverlight when they are not willing to update from IE6?

Assuming you are trying to sell large business/government software then IE6 will be a fact of life for many years to come. If you are dealing with the UK government, NHS, or local government in the UK then IE6 support is a given. A lot of customers will not move from IE6 as they have other web apps that will only work on IE6, they are ...

FIX CSS <!--[if lt IE 8]> in IE

How to i can use this <!--[if lt IE 8]> <style type='text/css'> #header ul#h-menu li a{font-weight:normal!important} </style> <![endif]--> if i remove <!--[if lt IE 8]><![endif]--> Above code 'll run good in IE 8 but if i dont it dont run. Help me with fixed IE, if i want in above code in all IE version,. i want ...

How do i provide chunked transfer encoding

Sorry for asking this again but i did n't get any answer so i am asking ,i have rails application thats uploading some large file (2gb) but these upload are only possible with google chrome but using Internetexplorer only 1 gb of file being uploaded after that meas more than 1.5 gb IE throwing saying like Internet Explorer cannot displa...

jquery selector not working in IE

I have the following code on the page and it works in FF but not IE. I do not have any access to change this line of html code (like adding an id to better target). Could it be that it doesn't work cause there is no DOC type declared? <td align="LEFT" width="12%" bgcolor="#EEEEEE"><b>Code</b></td> <script type="text/javascript" langu...