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); }
2.1m questions
2.1m answers
60 comments
57.0k users