Page 1 of 1

how embed transparent image in our code

Posted: Wed Sep 02, 2009 2:28 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 embed transparent image in our code

Posted: Wed Sep 02, 2009 3:21 am
by onion2k
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.