I'll post what I've learned. use this as my notebook. by markchiang (江奕賢)
#b-navbar{ height:0px;visibility:hidden;}
每個人使用的版型不同所以不一定要放在/* Layout---*/下只要放在CSS的區域裡即可我的範例如下:/* Remove the NavBar-------------------- */ #b-navbar { height:0px; visibility:hidden; display:none; }/* pull the page up-------------------- */#content {margin-top:-50px !important;}第二個名稱不一定是#content視版型不同而異
每個人使用的版型不同
回覆刪除所以不一定要放在/* Layout---*/下
只要放在CSS的區域裡即可
我的範例如下:
/* Remove the NavBar
-------------------- */
#b-navbar {
height:0px;
visibility:hidden;
display:none;
}
/* pull the page up
-------------------- */
#content {margin-top:-50px !important;}
第二個名稱不一定是#content
視版型不同而異