请查看我的jsFiddle:http://jsfiddle.net/AnNyf
我正试图让那些图标恰好位于右边的那个文本块下面。我已经尝试了很多方法,但我无法让它工作。我对事情有点生疏,所以我需要复习。
提前致谢!
答案 0 :(得分:0)
add right:300px to your li css class
header#header .inner .networks li {
float: right;
list-style: none;
margin-top:122px;
position: relative;
right:300px; //recommend you play around with the value
}