将img设置成div背景图片

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    2. <html xmlns="http://www.w3.org/1999/xhtml">  
    3. <head>  
    4.  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
    5.  <style>
    6.    a1{
    7.          position:relative;
    8.    }
    9.    a1  img{
    10.          position:absolute;
    11.          z-index:-1;
    12.    }
    13. </style>
    14. </head>  
    15. <body>  
    16.      <div class="a1"
    17.             <img src="12.jpg"/> 
    18.           <div>你好你好你好</div>
    19.     </div>  
    20. </body>  
    21. </html>
posted @ 2017-03-27 14:22  qiaoguoqing  阅读(902)  评论(0)    收藏  举报