我的css

.dividerli {
height: 30px;
line-height: 30px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgb(150,
150, 150) ), color-stop(1.0, rgb(115, 115, 120) ) );
}

没有line-height:文字不居中。

 

transform 好用的动画:

$("#test").css("-webkit-transform", 'translate3d(-2em,5em,0)');

posted @ 2012-09-10 14:53  rhino  阅读(294)  评论(0编辑  收藏  举报