标签: css wordpress css3 google-chrome css-transitions
我很困惑,为什么我在同一页面上依赖于滚动获得相同元素的不同转换。使用Chrome-Mac
DEMO
#top, #bottom, #left, #right { background: #fff; position: fixed; z-index: 200; } #top:hover { height: 60px; -webkit-transition: .25s all ease; }