Why I see .png logo image on IE6 different from IE7 & FF? www.babycentara.com It has some square on a text! Is it can edit here? (I can't save .gif)
IE6 can't display transparent PNGs properly. Simple as that. Kinda. http://www.google.com/search?q=png+ie6 If you can upload a PSD, then I'm sure somebody will convert it to a gif - if that's what you want. You could always just include your logo in the header image and use a jpg. e.g Just out of interest ... what's that font?
There are also some hacks for make png working with IE6, but works only with 256colors png. Try to type ie6 png hacks on search engine.
I can hack with this code to style.css, the square was disappear but has tiny square happen in left of logo. * html img, .png{ position:relative; behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('text.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "text.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='text.png', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) ) } Code (markup):
Hi , IE 6 or older version png wil not work. You can use the iePNGFix hack code to fix the issue. You can download hack code from the following site http://www.twinhelix.com/css/iepngfix/ Follow the instruction from read me / documentation. Soman.
try to keep PNG files to a minimum for a while yet. IE6 does not support them and they tend to be large in file size. Their quality IS excellent though! as pointed out, there are hacks available but they are often a bit nasty.
i test to see using ie and it works, but does this hacks will have security issue ? or create security holes .... thanks
have you check the link demo from soman, i try using ie6 the demo link and it works using the hacks.....only issue i am worried that it would create security holes using the hack or is it not ? thanks
you website working fine now, i think when ever you face these kind of problem, you should write there some javascript for .png display.