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 embed transparent image in our code
Moderator: General Moderators
Re: how embed transparent image in our code
IE6 can't do PNG alpha channels without a bit of help. Here's one way of making it work... http://24ways.org/2007/supersleight-tra ... png-in-ie6 ...there are lots more though.