Navigation
Comment
Search
Links
Other
My DouBan
|
CSS通用透明效果 |
2005-7-29 |
CSS <style type="text/css"> <!-- #bg { width:400px; height:300px; background:url(leaf.gif) repeat; } #transbox { width: 300px; margin: 0 50px; background-color: #fff; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5; } #transbox * { position: relative; } #transbox div { padding: 20px; font-weight: bold; color: #000; } --> </style> Html <div id="bg"> <div id="transbox"> <div>50% 内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.内容文本.</div> </div> </div>
|
| Post at: WEB Standard |
Comment View ({Count})
|