Created
July 30, 2013 10:10
-
-
Save zhuping/6111775 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code>-webkit-transform:translate3d(0,0,0); |
This is a code block.
.switchable-item .tab-nav li.current a{
color: #fff;
font-weight: bold;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2FF6600', endColorstr='#B2FF6600');background:rgba(255,102,0,0.7);
}
.switchable-item .tab-content{
overflow: hidden;
position: relative;
-webkit-transform:translate3d(0,0,0);
}
.switchable-item .tab-content .tab-pannel{
float: left;
}
.switchable-item .tab-content .tab-pannel img{
/*display: block;*/
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-webkit-transform:translate3d(0,0,0);