在Blogger Beat中,隱藏NavBar or 將NavBar置底 - 部落格

Table of Contents

在CSS中,body後加入下列程式碼

隱藏NavBar (Hide the NavBar)
/* === Hide the NavBar === */
.Navbar {
visibility:hidden;
display: none;
}
/* === Hide the NavBar === */

將NavBar置底 (Place the NavBar at the bottom of the page)
/* === Place the NavBar at bottom ===*/
body { position: relative; }
.Navbar{
position: absolute;
top: inherit;
bottom: -32px;
left: 0px;
margin-bottom: 0;
}
/* === Place the NavBar at bottom ===*/

Reference Link:
Remove the NavBar
http://blogger-templates.blogspot.com/2005/01/remove-navbar.html


--

All Comments

John avatarJohn2006-10-14
感謝分享,趕快來試試看。
Olga avatarOlga2006-10-17
我拖拖拉拉就把NavBar丟下去了 @@ 只是畫面沒很好看..
Tom avatarTom2006-10-19
成功 +1
David avatarDavid2006-10-20
大推 感謝!!
Yedda avatarYedda2006-10-21
不過置底後NAVABAR只剩下1/4
Elizabeth avatarElizabeth2006-10-23
to evenfall:可以自己改bottom: ?? px 試試看!
Ophelia avatarOphelia2006-10-23
請問BlackDryad怎麼拖NavBar @@? 我的不能拖