我无法写出令人满意的标题,因此它与我的主题无关。我想知道当我浏览它们时如何移动链接,但也不要移动其他链接。我试图放置不同的类,但我没有解决问题。这里有一个例子。简而言之,当我浏览第一条推特时,我不希望第二条移动。
a#twitter{
display:block;
background:url(http://www.livefluid.com/img/twitter-sprite.png) no-repeat 0px 0px scroll;
width:72px;
height:28px;
display: inline-block;
vertical-align: middle;
margin-right:10px;
margin-top:0px;
}
a#twitter:hover{
margin-top:20px;
background-position:0px -28px;
}