I am using IE6 and the only occupicy thing i can thing that works is opacity: 0.5; filter: alpha(opacity = 50);
background-color:black;
opacity: 0.5;
filter: alpha(opacity = 50);
this works but it makes the text transparent as well how can I make only the background colour transparent
it’s simple only you have do is to give
& for IE use this filter
for more about color transparency in IE you have to read about hsla color:
http://greenevillage.net/csspages/hsla.aspx