"toxee" <> wrote in message
news:473da0e4-f4ad-4cc3-bfd5-...
On Nov 18, 4:14 pm, "Nik Coughlin" <nrkn....@gmail.com> wrote:
>
> Because the PNG transparency looks bad with IE right? Super simple fix:
>
> http://teqsnacks.com/2007/02/22/fixi...-display-probl...
>
> So many suggestions in this thread already, thanks guys! Yes, it's to
> avoid that hideous background for my transparent image of the client.
> I see three different methods on that page, I'm not sure how I
> implement any of the techniques though. Like where in my code would
> they go. If I used the second method the class is,
Use the first method, the pngquant one. You have to download the program and
run it from the command line, but it's pretty easy. You end up with an
indexed alpha png, which compliant browsers will display much like your
current png files, and which IE 6 and below will display with binary
transparency, ie like a GIF does, so it's win-win and you don't have to
change your code. You just have to run your png's thru that program is all.
Almost all PNGs will still look OK afterwards, if not use one of the other
methods.