Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to have this picture's background transparent to the webpage I am creating. I am using Paint Shop Pro 9 and am having trouble making the background transparent. I tried the PNG optimizer but still shows a white background.

Thanks

share|improve this question
So when you open the image in PaintShop Pro 9 and save it out, the background turns white? – justinl Dec 29 '10 at 0:33
what browser? IE doesn't allow transparent png's without a special css filter. – zsalzbank Dec 29 '10 at 0:33
from the internet. – Daniel Dec 29 '10 at 0:33
Is the picture showing white ONLY in a browser? Or is it showing white even in windows? – justinl Dec 29 '10 at 0:35
it's showing the picture in a white background. – Daniel Dec 29 '10 at 0:37
show 3 more comments

3 Answers

This article might be helpful in how to create / save a transparent file in Paintshop pro http://graphicssoft.about.com/od/paintshoppro/f/exportpng.htm

share|improve this answer
Thanks for the reply – Daniel Dec 29 '10 at 1:02

It shows up correctly (with transparency) in my browser. If you're having problems with IE6, try this:

<div style=”position:relative; height: 188px; width: 188px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
(src='http://www.clker.com/cliparts/7/2/d/9/11954460371278569538three_palm_trees_gregoir_03.svg.hi.png',sizingMethod='scale');”></div>
share|improve this answer
Nope, doesn't work. – Daniel Dec 29 '10 at 1:01

Check out this article for how to make PNG's display correctly in all browsers: http://www.alistapart.com/articles/pngopacity/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.