Jos*_*nby 4 html5 css3 css-transitions
http://imgur.com/bXU8I
我有这个图像,知道我需要使用css过渡来滚动时乙烯基向下移动?你会怎么做呢?
Vin*_*rgh 5
应用于position:relative"乙烯基"元素,然后在其悬停状态下设置top:#px.
position:relative
top:#px
例如:
#vinyl { position: relative; /* transition properties here */ } #vinyl:hover { top: 5px; }
归档时间:
13 年,2 月 前
查看次数:
31661 次
最近记录:
12 年,2 月 前