Can anyone tell me what is the color code for transparency in CSS like white = \"#FFFFFF\"? As I am using following code, to convert the color codes into int:
Co
how to make transparent elements with css:
CSS for IE:
filter: alpha(opacity = 52);
CSS for other browsers:
opacity:0.52;