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

By Jack
at 2006-10-10T15:52
at 2006-10-10T15:52
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
--
隱藏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
--
Tags:
部落格
All Comments

By John
at 2006-10-14T10:26
at 2006-10-14T10:26

By Olga
at 2006-10-17T08:45
at 2006-10-17T08:45

By Tom
at 2006-10-19T23:43
at 2006-10-19T23:43

By David
at 2006-10-20T14:51
at 2006-10-20T14:51

By Yedda
at 2006-10-21T10:45
at 2006-10-21T10:45

By Elizabeth
at 2006-10-23T04:27
at 2006-10-23T04:27

By Ophelia
at 2006-10-23T13:53
at 2006-10-23T13:53
Related Posts
關於使用Furl替blogger分類...

By Carol
at 2006-10-10T07:59
at 2006-10-10T07:59
請問天空部落格?

By Barb Cronin
at 2006-10-10T06:08
at 2006-10-10T06:08
請問 blogger in beta

By Mason
at 2006-10-10T03:47
at 2006-10-10T03:47
blogger版面設定

By Connor
at 2006-10-10T00:19
at 2006-10-10T00:19
請問一下從無名搬到天空部落格的問題

By Michael
at 2006-10-09T23:41
at 2006-10-09T23:41