On Tue, 2006-03-21 at 13:56 +1100, ashley maher wrote:
> All transparent backgrounds show up as grey boxes in IE.
I agree with James, just convert them all to GIF using convert from the
Imagemagick package.
Jdub recently emailed a nice little oneliner that could be modified
something like:
for i in *.png; do convert "$i" "gifs/${i%png}gif"; done
Oh, the power of the command line :-)
--
Simon Wong <[EMAIL PROTECTED]>
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html