ie7.js

How can I deal with the following error I get when I use Dean Edwards' IE7.js with IE6?

I'm using Dean Edwards' IE7.js for IE6 <!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <![endif]--> and getting a JavaScript error on IE 6 when it reads the line: c.runtimeStyle[h]=c.parentElement.currentStyle[h] How can I solve this? ...

Problem in IE 7 and 6 with Drupal and jquery tools

While the Jquery tools code seems to work well in chrome and FF it is not working in IE 6 or 7 ... http://designbracket.com/ I am using Overlay on the Our Services Link and the links under it (please excuse the formatting for now... still working on the site) <?php jquery_plugin_add('overlay'); ?> <?php drupal_add_js( '$(function...

IE7-js: reapply fixes after DOM changes

I've been using IE7-js for a while and now I need to re-apply the IE fixes after DOM changes (eg. new elements added). How should I do so? I tried with the ie7-recalc.js script, but witouth success. ...

Is there any jquery version of IE7.js available?

I need jquery version of IE7.js or any other similar jquery based js for same thing? http://code.google.com/p/ie7-js/ ...

Why is ie7-js requesting CSS files from my application?

I'm trying to use the ie7-js library to make my browsers less than ie9 think they're ie9. The library is hosted here: http://code.google.com/p/ie7-js/ and I'm referencing it as follows in my master page: <!--[if lt IE 9]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"&gt;&lt;/script&gt; <![endif]--> Since I...

help with troubleshooting an error only under certain conditions on a website

We have had some problems with the way our site is displayed only under certain conditions specifically when viewed with Internet Explorer. The site was created with Joomla and is template based. I believe the problem occurs because of a conflict between a script for the menu's on the template, and some other script I am not sure of. ...