【发布时间】:2010-12-23 03:32:18
【问题描述】:
这是使窗口透明的 CSS:
<style type="text/css">
.tooltip {
background:#1C1C1C url(/tools/img/tooltip/black_arrow.png);
font-size:12px;
font-weight: bold;
height:80px;
width:250px;
padding: 10px 0px 20px 20px;
color:white;
filter:alpha(opacity=60);
opacity:.6;
}
</style>
如何更改它以使文本不透明?谢谢
【问题讨论】: