字描边,加上CSS酷背景

时间:2015/11/1 19:40:00来源:互联网 作者:flyso 点击: 946 次

<style type="text/css">
body {
    font:12px "Verdana";
    filter:alpha(style=1,startY=0,finishY=100,startX=100,finishX=100);
    background-color:#3366cc;
}
span {
    position:absolute;
    padding:4px;
    filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
}
#english {
    font-size:9px;
}
</style>
<span id="english">This is the prospect of filter - dropshadow.</span>
<br><br>
<span>中文描边效果</span>

Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3