Skip to content

Instantly share code, notes, and snippets.

@zhuping
Created July 30, 2013 10:10
Show Gist options
  • Save zhuping/6111775 to your computer and use it in GitHub Desktop.
Save zhuping/6111775 to your computer and use it in GitHub Desktop.
<code>-webkit-transform:translate3d(0,0,0);
@zhuping
Copy link
Author

zhuping commented Jul 30, 2013

This is a code block.

@zhuping
Copy link
Author

zhuping commented Jul 30, 2013


.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