为了账号安全,请及时绑定邮箱和手机立即绑定

css中如何让背景图片透明

css中如何让背景图片透明

feibenren 2015-09-08 10:55:41
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title></title>     <style type="text/css">        .btn{            width: 100px;            height: 50px;            background-color: #cc0000;            color: #ffffff;            line-height: 50px;            text-align: center;        }         .arrow{             display: inline-block;             width: 10px;             height: 10px;             background-color: red;             background: url("./img/icon.png") 0px -355px  no-repeat;         }     </style> </head> <body>     <div class="btn">         测试  <span class="arrow"></span>     </div> </body> </html>这是这样背景图我要求不高,只要能在谷歌和火狐浏览器里面背景能透明即可很着急,请各位大神帮我看看如何处理
查看完整描述

1 回答

  • 1 回答
  • 2 关注
  • 1579 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信