Yes. I just realized that's what we're using on our website and it works fine.
 
But, I tried it and it's not working...
Can you be more specific about how you included it...
 
I simply put the htc file in the app's root and did a:
 
<t:script>
<style type="text/css">
img {
   behavior: url("pngbehavior.htc");
}
</style>
</t:script>
 
I checked the pages source upon rendering and it has this:
 
<style type="text/css">
img {
   behavior: url("pngbehavior.htc");
}
</style>


From: Rogerio Pereira [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 21, 2006 6:01 PM
To: MyFaces Discussion
Subject: Re: Does anyone have the IE png fix working with Tobago/myFaces?

I'm using PNG Behavior in my JSF/Facelets apps:

http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html

works fine for me...

Reply via email to