Saivan's Blog--=WEB标准的研究,开发=-

Navigation
Comment
Search
Links
Other

saivan 最新的 20 条日志

为达到最佳的视觉及浏览效果,请您使用FirefoxOpera来浏览本站!

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})

{CommentAuthor}

{CommentTime Format="yyyy-mm-dd"}
{CommentContent}
{CommentUrl}{CommentEmail}{CommentIp}