图片做背景

<style>
div#test
  {
    background-image:url(http://how2j.cn/study/background.jpg);
    width:200px;
    height:100px;
  }
</style>
 
<div id="test">
  这是一个有背景图的DIV
</div>

 

这是一个有背景图的DIV
posted @ 2017-05-16 01:09  Rainyn  阅读(180)  评论(0编辑  收藏  举报