如何制作自己的 Navigation Bar ?
到 设计 → 添加小工具 → HTML/Javascript
把以下代码复制到 HTML/Javascript
<div style="position: absolute; bottom:0px; right: 0px; width:100%; border-radius:0px; padding:3px; background:url(图片网址); color:#666666; font-size:13px;"><br /><center>文字在这里</center></div>position: absolute; 是移动的 Nav Bar 、你可以把它换成 : absolute / relative / fixed
bottom:0px; 是 Nav Bar 的位置 (你可以把 Nav Bar放在部落格的上端top / 下端bottom)
width:100%; 是 Nav Bar 的宽度
color:#666666; 是字体的颜色
font-size:13px; 是字体的大小
保存 、
2 留言:
成功了、谢谢:)
请问什么是navigation bar?
張貼留言