css style imitate winXp

来源:互联网 发布:windows linux shell 编辑:程序博客网 时间:2024/04/30 13:41

<style>
.hr{
width:100%;
height:1;
filter : progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr=#0033ff,endColorStr=#ffffff);
}
.empty
{
height:15px;
}
.title
{
font-weight: bold;
font-size: 14px;
filter: dropshadow(color=gray,offx=1,offy=1);
color: black;
padding-top: 6px;
padding-left: 10px;
}
</style>
<table width="100%" cellpadding=0 cellspace=0 border=0>
<tr><td class="title">TITLE</td></tr>
<tr><td class="hr"></td></tr>
<tr><td class="empty"></td></tr>
</table>
xp界面效果

原创粉丝点击