DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search


You are not logged in.

Announcement

When reporting a problem or a bug :
* Provide your OS version (INCLUDING service pack) and installed IE version.
* Provide your IETester version
* Provide the IE Tab version opened to generate the problem
* Provide a test case with a sample url or sample code to reproduce the problem
* Provide a step by step explanation on how to reproduce the problem.
* If needed provide additional information.

Thanks.

#1 2009-11-18 00:42:19

mgutt
New member
Registered: 2009-11-18
Posts: 3

Javascript error with IE6 and jQuery

Hi,

I'm using the z-index fix for IE6:

Code:

<!--[if IE 6]>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(function() {
    var zIndexNumber = 1000;
    $('div.classname').each(function() {
        $(this).css('zIndex', zIndexNumber);
        zIndexNumber -= 10;
    });
});
</script>
<![endif]-->

You can see it here:
http://www.maxrev.de/t038.html

With IE6 the fix won't work in ieTester. With IE7 it does. But it has to work in both browsers (testet with browsershots.org).

regards

Last edited by mgutt (2009-11-18 00:43:16)

Offline

 

#2 2009-11-18 09:08:24

fabrice
DebugBar Support
From: San Francisco, CA, USA
Registered: 2007-11-08
Posts: 1182
Website

Re: Javascript error with IE6 and jQuery

Hi,

I don't see any difference between real IE6 and IE6 tab under IETester. Your demo page looks like a menu but sub menus are opened and nothing is changing on the page, looks like a static page.

Can you describe what I should see under the real IE6 and under IE6/IETester ?

Looks like the same on my side.

Offline

 

Partners : Debugbar | Mobilier de bureau | Debugbar Wiki | IEForge | Lampes design | La fourmi créative