Re: [心得] 利用css把Blogger上面的Navi Bar去掉
※ 引述《lawchen (陳朝政)》之銘言:
: ※ 引述《bunnyman (sweet F.A.)》之銘言:
: : 把以下參數緊接放在<body>後面,可以把navi bar隱藏起來
: : 就像這裡一樣 http://bunnyman.blogspot.com
: : <style>
: : table {display:none;}
: : #b-navbar {display:none !important;}
: : #wrapper {margin-top:0px !important;}
: : </style>
: 有個更快的方法哦
: http://blogger-templates.blogspot.com/2005/01/remove-navbar.html
: 在模板裡頭
: <noembed>
: <body>
: </noembed>
: 這樣就不會改到網頁裡有用到table的部份了 :)
這個網頁倒是真的很有趣,把一些基本的東西都寫上去了,也很夠用了
我移除的方法是這樣的
<style>
#b-navbar {display:none !important;}
#blog-header {margin-top:-30px;}
#wrapper {margin-top:0px !important;}
</style>
把table那行移除掉就不會影響到table,另外,因為把nav bar移除會影響到整個頁面
的高度,所以多了#blog-header {margin-top:-30px;} 就這樣
--
歲月的容顏 http://aopchen.blogspot.com
『幸與不幸都在我們生活四周發生,只是發生的太緩慢,慢的讓我們無法察覺。』
-普魯斯特,追憶似水年華-
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.121.189.73
討論串 (同標題文章)
Blog 近期熱門文章
PTT數位生活區 即時熱門文章