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
Simply choose your background color of your item and specify the opacity separatly:
div { background-color:#000; opacity:0.8; }