Hello!
Its seem I have run into a problem which I considered to let go, but, I like things to go smooth, if you understand me, and I hope you do.

I have following problem. I have made an transparent shadow PNG image and set it as background.
Problem is that our beloved ( yeah right ) IE 6 ( and below ) refuses to read PNG file corectly.
Here is what I have tried.
CODE
.pozadina
{
background: url(../img/total_shade.png) repeat-y center;
text-align: center;
}
* html body .pozadina
{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/total_shade.png", sizingMethod="scale");
}
Also I have tried to use "A List Apart"
http://www.alistapart.com/articles/pngopacity/ but no luck there, also.
Thanks for any help.
This post has been edited by sirNemanjapro [PTS]: 1 Mar, 2007 - 12:26 AM