Page 1 of 1
how to embed transparent image in our code
Posted: Wed Sep 02, 2009 2:29 am
by waseem83
Hi i have code
<html>
<head>
<title>Your Title</title>
</head>
<body>
<div >
<img src="logone.png" />
</div>
</body>
</html>
When i run it in firefox it works fine but when i run it in IE 6 transparency of image finish.
can any body help me?
Re: how to embed transparent image in our code
Posted: Wed Sep 02, 2009 4:01 am
by matthijs
IE does not fully support transparent png. There are workarounds though. A quick search for "IE transparent images" or something should give you some hints
Re: how to embed transparent image in our code
Posted: Sat Sep 12, 2009 10:36 am
by vine15five
Get rid of IE 6. IE 8 is out now.
Re: how to embed transparent image in our code
Posted: Mon Sep 14, 2009 5:55 am
by Schedar
http://www.twinhelix.com/css/iepngfix/
this should make it clear for you, you'll find a zip file there, it;s magic
note: if you use transparent png in your site you should make it look the same in all browsers, even if ie8 has come out, you never know who's watchin', best if you check you site in all the browsers.
Re: how to embed transparent image in our code
Posted: Mon Sep 14, 2009 6:00 am
by lord_webby
Dunno if its part of ie6pngfix - but I used the jQuery Library to achieve this.