> Here You can get a JavaScript, fixing all png's: 
> http://homepage.ntlworld.com/bobosola/ 
> This will also work with myfaces. Disadvantage: Having much png's on the
> page slows the client down dramaticaly. 

The disadvantage you cite seems like it could be a big one.  If we
take this approach I would suggest making it optional.  Maybe even
just a static method on JavascriptUtils renderPngFixScript() or
something?
  
> Another aproach: 
> http://www.koivi.com/ie-png-transparency/ 
> I have not tried yet but this seems to be a faster solution. They do some
> trick with a transparent png. 

This is the approach we use at my day job.  It works fine with IE
(which is the only browser we support) although I'm not sure what
happens if you try it in Firefox, etc.  Thanks for the link, it
explains our solution better than I did in the previous post. ;-)

Reply via email to