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