|
QQ空间代码之改变导航栏位置代码(最新可用)
<img src="javascript:bt_1.style.position='absolute';bt_1.style.top='150px'; bt_1.style.left='700';bt_2.style.position='absolute';bt_2.style.top='200px';bt_ 2.style.left='700';bt_3.style.position='absolute';bt_3.style.top='250px';bt_3. style.left='700';bt_4.style.position='absolute';bt_4.style.top='300px';bt_4.st yle.left='700';bt_5.style.position='absolute';bt_5.style.top='350px';bt_5.style .left='700';bt_6.style.position='absolute';bt_6.style.top='400px';bt_6.style.left ='700';bt_7.style.position='absolute';bt_7.style.top='450px';bt_7.style.left= '700';bt_8.style.position='absolute';bt_8.style.top='500px';bt_8.style.left= '700';"></img>
代码说明:
1-8分别对应八个导航按钮:主页,日志……互动 TOP的值是该导航按钮的纵坐标,即其到顶部的距离,LEFT的值是横坐标,即该导航按钮到左边的距离(单位都为像索) 大家根据需要修改下就可以用了(红色字为可修改部分)!
[1]
[1] 数据载入中... |