cant't seem to make ie6 fix work
Permalink
I'm trying to get the pngfix to work but nothjing is happening. I'm using this:
<!--[if lt IE 7.]>
<script type="text/javascript" src="<?php echo DIR_REL?>/themes/KappiBase_H42/pngfix.js"></script>
<![endif]-->
<!--[if lt IE 7.]>
<script type="text/javascript" src="<?php echo DIR_REL?>/themes/KappiBase_H42/pngfix.js"></script>
<![endif]-->
Try this:
Oh, you also have an error in your conditional statement... Try this:
(no '.' after the 7)
<!--[if lt IE 7]> <script type="text/javascript" src="<?php echo DIR_REL?>/themes/KappiBase_H42/pngfix.js"></script> <![endif]-->
(no '.' after the 7)
Thank jbx, but no results, I did try the other script unitpngfix.js but it clashes with the jquery image slider plug in I'm using and causes all the slider images to show at once.
Maybe I'll have to go down the old route of redoing some art work jsut for ie6
thanks again
Maybe I'll have to go down the old route of redoing some art work jsut for ie6
thanks again
This is by far the best pngfix you will find (in my opinion...)
http://www.twinhelix.com/css/iepngfix/demo/...
It's the only one I can get to work flawlessly everytime!
Jon
http://www.twinhelix.com/css/iepngfix/demo/...
It's the only one I can get to work flawlessly everytime!
Jon
Thanks again, will try now
Shouldn't it be If you just want load for ie6? But maybe I'm missing something.
<!--[if IE 6]> <script type="text/javascript" src="<?php echo DIR_REL?>/themes/KappiBase_H42/pngfix.js"></script> <![endif]-->
Same end result - his comment should work for all ie versions less than ie7.
Jon
Jon
I give up!, I'm going to have to go a do it the old fashioned way and use a jquery background.
Yeah, just thought maybe that script wasn't wiling for some reason.
I just struggled with this myself and finally had good luck with the DD_belatedPNG fix from this site:
http://www.dillerdesign.com/experiment/DD_belatedPNG/...
It is also mentioned in this article on nettuts:
http://net.tutsplus.com/articles/news/5-easy-ways-to-tackle-ie6s-tr...
http://www.dillerdesign.com/experiment/DD_belatedPNG/...
It is also mentioned in this article on nettuts:
http://net.tutsplus.com/articles/news/5-easy-ways-to-tackle-ie6s-tr...
Thanks again, will give it a try too.