CSS如何设置div背景透明样式的实例分析【点击查看详情】
CSS如何设置div背景透明样式的实例分析:p背景透明样式:样式代码:.alert{filter:alpha(opacity=100); /* IE */ -moz-opacity:1.0; /* Moz + FF */ opacity: 1.0; height:300px; width:500px; background:#ccc; left:50%; top:50%;margin-to
相关视频/文章