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?
how to embed transparent image in our code
Moderator: General Moderators
Re: how to embed transparent image in our code
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
-
vine15five
- Forum Newbie
- Posts: 1
- Joined: Sat Sep 12, 2009 10:34 am
Re: how to embed transparent image in our code
Get rid of IE 6. IE 8 is out now.
Re: how to embed transparent image in our code
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.
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.
- lord_webby
- Forum Commoner
- Posts: 44
- Joined: Wed Aug 19, 2009 9:01 am
Re: how to embed transparent image in our code
Dunno if its part of ie6pngfix - but I used the jQuery Library to achieve this.