Is there a way to make a div HTML element half transparent?
With CSS, this is cross browser solution
div { opacity: 0.5; filter: alpha(opacity = 0.5); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5); }
1.4m articles
1.4m replys
5 comments
57.0k users