CSS Transparent Background BUT Opaque Children April 17th, 2013
This works for a solid-color background you want transparent to some degree…
background-color:rgb(128,193,255); /* Fallback for IE8 */background-color:rgba(128,193,255,0.6);
Support: IE10+