|
|
You are not logged in. Announcement
When reporting a problem or a bug :
Thanks.* 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. #1 2009-11-18 00: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-18 00:43:16) Offline #2 2009-11-18 09:08:24Re: Javascript error with IE6 and jQueryHi, Offline |