[记录]背景透明兼容样式

记录下 老是容易忘

<style>
.back
{
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);
width:100%;
height:100%;
}
</style>
<div class="back">hello world</div>
原文地址:https://www.cnblogs.com/baweiji/p/2569545.html