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

css 应用 给头像添加标签

时间:2017-09-06 17:35:52      阅读:318      评论:0      收藏:0      [点我收藏+]

标签:img   代码   absolute   ott   repeat   avatar   png   otto   width   

                    如图所示:

技术分享

 

htmL 的代码:

<dt>
        <span></span>
      <div class="avatar">
        <img src="../images/110x110.jpg">
      </div>
      </dt>

 

css 的代码:

      width: 100%;
      height: 16px;
      background: url("../images/ask_zj_icon.png") no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 2px;

 

css 应用 给头像添加标签

标签:img   代码   absolute   ott   repeat   avatar   png   otto   width   

原文地址:http://www.cnblogs.com/jishan-coder/p/7485936.html

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