码迷,mamicode.com
首页 > Web开发 > 详细

css样式之背景图片

时间:2015-09-28 23:38:17      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

1、css样式背景之使用图片来做为背景

example:

<!DOCTYPE html>

<html>

     <head>

           <meta http-equiv="content-type" content="text/html;charset=utf-8">

           <title>页面一</title> 

           <style>

               .logo{

                    background:url(‘image/gouwu.image‘) -19px -18px;height:20px;width:20px; no-repeat;

               }

           </style>

     </head>

     <body>

          <div class=‘logo‘ ></div>

     </body>

</html>

css样式之背景图片

标签:

原文地址:http://www.cnblogs.com/guojianglin/p/4845153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!