If i have a div with this kind of CSS:
background: #000000;
Can i then also apply a transparency amount to the background colour only, which won't effect the borders OR the content within the div ? So it only effects the background colour? I don't want to use a .png background if I can help it, so wondered how its done if at all.
Also if it is supported is it supported in all browsers?