您的位置:首页 > Web前端 > CSS

几个比较常用的css

2016-07-01 15:53 330 查看

几个比较常用的css

背景自适应

.bg{
background:url(/sbb_storagemanage/resources/images/infobg.png);
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
-moz-background-size:100% 100%;
background-size:100% 100%;
}


下固定

<footer style='position:fixed; bottom:0; background:#145891; width:100%; height:23px; line-height:23px; z-index:9999;
filter:alpha(opacity=60); _bottom:auto; _width:100%; _position:absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-
(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));'>
<div style='text-align:center;color:white;font-size: 10px;'>2014©版权所有</div>
</footer>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  css