Transparent Background using CSS #79

The following CSS or similar can be used to put text/image on a transparent box. The background (background image if any) will be seen through the box

div.backgroundImg{  width: 500px;  height:500px;  background: url(test.jpg) repeat;}div.transparentBox{  width: 500px;  height: 500px;  margin: 30px 30px;  background-color: #ffffff;    filter:alpha(opacity=60);  opacity:0.6;}div.transparentBox p{  margin: 30px 40px;  font-weight: bold;  color: #000000;}

From: http://sitestree.com/?p=5284
Categories:79
Tags:
Post Data:2011-12-12 21:04:10

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada