hi
i'm using the improved iFixPng version.
In ie6 it renders the transparency but the background png image gets
over anything else as it had a high z-index.

Any solution?

Thanks vitto

Here's the code

# css
div#wrapper {margin:0 auto; width:880px;background: url(../img/
ombraWrapper.png) bottom right no-repeat;padding-bottom:40px;}
div#main {margin:0 auto; width:800px;background: url(../img/
sfondoContent.jpg) 0 0 no-repeat;}

#html
<div id="wrapper">
  <div id="main">
  </div>
</div>

#js
<!--[if lt IE 7]>
<script type="text/javascript">
$(document).ready(function(){
    $.ifixpng('img/pixel.gif');
    $('#wrapper').ifixpng();
});
</script>
<![endif]-->

Reply via email to