1
   

transparent image shows bg in IE, but not in Opera

 
 
Reply Mon 2 Aug, 2004 05:49 am
Hello...

I use both IE6 and Opera 7.53. I created a logo with transparent background. In IE6, the image is viewed with grey background, while not seen in Opera.

Would anybody please advise me how to view the image nicely with IE6 (without seeing its grey background).

Your advice would greatly appreciated.

Thank you,
David Smile
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 4,910 • Replies: 7
No top replies

 
Craven de Kere
 
  1  
Reply Mon 2 Aug, 2004 01:16 pm
Why is the image transparent if you do not want the background seen?
0 Replies
 
Simons Mom
 
  1  
Reply Mon 2 Aug, 2004 05:09 pm
Perhaps he means the background colour of the image itself can be seen. Anyway, I am new here so don't know the rules but can you post this image or a link or something so we can see it??

I too use both those browsers and have no cross-browser issues in regards the situation you describe.
0 Replies
 
Phanx
 
  1  
Reply Thu 30 Sep, 2004 09:15 pm
Is the logo image in PNG format? I suspect it is, as IE has absolutely terrible support for PNG - which is an open-source alternative to the proprietary GIF format, with many additional features as well - and doesn't understand alpha transparency in PNG images. If your graphic has alpha transparency (24-bit PNG), IE will show all transparent regions as gray. Try saving in 8-bit PNG instead; 8-bit PNG transparency works the same way GIF transparency does, by setting a single color to be hidden, and works in IE.
0 Replies
 
Craven de Kere
 
  1  
Reply Fri 1 Oct, 2004 01:20 am
Phanx, that makes perfect sense. Variable transparency is one of the big knocks on IE because it doesn't support it. And it will, in fact, cause a grey background. I'd not understood what the author had been asking.
0 Replies
 
Phanx
 
  1  
Reply Sun 3 Oct, 2004 01:13 am
If you can somehow apply the image with CSS (set it as the background for something, for example) you can use alpha transparency all you want, as long as you create a second version without alpha transparency for IE to use. As IE also fails to understand the CSS declaration "!important", you set the 24-bit image first, with an !important declaration, and then set the 8-bit image in a line right after it, without the delcaration. IE, not understanding !important, will obey CSS rules and override the first rule with the second:

background-image: url(file-24.png) !important;
background-image: url(file-8.png);

I do this for quite a few images on my site, although I have to do some fancy coding to get images to load as backgrounds!
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 4 Oct, 2004 10:21 pm
There is also a trick to use IE's filter, which does support alpha transparency.

See here: http://homepage.ntlworld.com/bobosola/pngtestfixed.htm
0 Replies
 
Monger
 
  1  
Reply Thu 2 Dec, 2004 03:11 pm
Thanks for the link, Craven....that's cool.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » transparent image shows bg in IE, but not in Opera
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/20/2024 at 06:11:56