Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

默认皮肤下边框透明写法不兼容IE10,我有个方法可以兼容 #82

Description

@GoogleCodeExporter
/*经测试兼容所有浏览器背景透明(不是opacity透明).*/
background-color:rgba(0,0,0,.7); /*标准浏览器*/
background-color:transparent\9\1; 
/*这种写法我无意发现的,它能清除IE9下background-color:rgba*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, 
startColorstr='#AF000000', endColorstr='#AF000000');    /*IE6789*/

Original issue reported on code.google.com by xushengj...@gmail.com on 3 Dec 2013 at 9:02

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions