Return to Snippet

Revision: 46563
at May 21, 2011 08:39 by ronal


Initial Code
<!--[if IE 7]>

<script type="text/javascript">

$(function() {
 var zIndexNumber = 500;
 $('div').each(function() {
 $(this).css('zIndex', zIndexNumber);
 zIndexNumber -= 5;
 });
});    

</script>
<![endif]-->

Initial URL


Initial Description


Initial Title
Ie7 Internet Explorer 7 z-index problem fix

Initial Tags


Initial Language
jQuery