常用CSS(持续更新)

1549年前 (2015-12-23)java技术2586

  

文字一行显示:
.news-list li a{ font-size: 14px;width : 230px;overflow: hidden ;text-overflow:         ellipsis;white-space :nowrap; float:left;}

 

设置背景图片大小

{

background:url(bg_flower.gif);

-moz-background-size:63px 100px; /* 老版本的 Firefox */

background-size:63px 100px;

background-repeat:no-repeat;

}

 或

<div id="formbackground" style="position:absolute; width:100%; height:100%; z-index:-1">  
<img src="pictures/background.jpg" height="100%" width="100%"/>  
</div>

本文原创,转载必追究版权。

评论列表

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。