/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!--[if IE 7]> <script type="text/javascript"> $(function() { var zIndexNumber = 500; $('div').each(function() { $(this).css('zIndex', zIndexNumber); zIndexNumber -= 5; }); }); </script> <![endif]-->