屏蔽Navbar
bigzhu
posted @ Apr 28, 2007 12:23:00 PM
in blog
, 1211 阅读
进入模板设置
选择修改HTML
在
/* Page Structure
———————————————– */
/* The images which help create rounded corners depend on the
following widths and measurements. If you want to change
these measurements, the images will also need to change.
*/
下面(其他模板可能有所不同)
加上这样一段:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
可怜的Navbar就被屏蔽了.
谁让它和模板风格格格不入的
不能怪我