views:

345

answers:

0

I'm using the script DD_belatedPNG so that my transparent PNG work in IE6.

It work fine until now.

I insert a tab slider with jquery UI and it's seem that the script DD_belatedPNG don't apply on the images in the slider. It work everywhere else on the page but not in the slider and I don't have a clue why.

Can someone help me please.

Here my code, all JS are load at the end of my HTML before

        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" ></script>  

        <script type="text/javascript" src="/js/sifr3/sifr.min.js"></script>
        <script type="text/javascript" src="/js/sifr3/sifr-config.js"></script>

        <script type="text/javascript" src="/js/global.js"></script>

        <!--[if lte IE 7]>
            <script type="text/javascript">
            //<![CDATA[
                document.originalTitle = document.title;
                function fixAnchorTitleBug() { document.title = document.originalTitle;}
                window.attachEvent('onload', fixAnchorTitleBug);
            //]]>
            </script>
        <![endif]-->

        <!--[if IE 6]>
            <script type="text/javascript" src="/cg-shared/js/DD_belatedPNG/0.0.7a.js"></script>
            <script type="text/javascript">
                //<![CDATA[
                    DD_belatedPNG.fix('*');
                //]]>
            </script>
        <![endif]-->