Forum Moderators: coopster
The images are in png format and the problem I am having is the output image at the end comes out with a dark background when you select it to be clear.
Test it so you can see what I mean. The username and password is: test
I have no idea how to fix this. I'd like the tickers to be transparent.
This could possibly be an ie problem, if you're using ie. Ie has problems with alpha transparency in png's. Try firefox, and if it works, just encourage your visitors to use firefox instead.
I understand ww's policy about not posting url, but it makes it difficult for those truly needing help. :(
Regarding changing the pngs to gifs: you'll need to open a graphics editor, open each png, and then save as the gif fileformat. Just changing the extension won't work.
The tags to get ie to render pngs correctly can be a pain in the *** sometimes, I've noticed for example that they only work with certain dtd's (not with xhtml transitional or html strict).
You haven't really said how this thing works. PHP works with gifs just fine if it's only a matter of displaying gifs you've already made. It just has to output the <img src> tag that calls the proper gif. New PHP installs also allow you to dynamically create gifs. If your script is just calling up images, this would be the easiest to change from png to gif. If it's creating the images, you'll have to work out the ins and outs of image transparency with functions like imagealphatransparent() to get your pngs to show up right in ie, and that can be a pain if you're pretty new to this kind of thing.
I wish you the best of luck.