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

CSS样式之背景图片

时间:2015-09-29 01:23:10      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:css样式 背景图片

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样式之背景图片

标签:css样式 背景图片

原文地址:http://anryk.blog.51cto.com/2814752/1698948

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