| 
				
				 
				
				 You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
 
		
 #1 2009-11-17 23:42:19
 Javascript error with IE6 and jQueryHi, 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: Last edited by mgutt (2009-11-17 23:43:16) Offline #2 2009-11-18 08:08:24
 Re: Javascript error with IE6 and jQueryHi, Offline  |