leng4681
狐狸大王
狐狸大王
  • UID977
  • 注册日期2004-12-16
  • 最后登录2017-03-31
  • 发帖数410
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
阅读:2629回复:2

顽固的"书签工具栏"

楼主#
更多 发布于:2004-12-22 19:03
怎么隐藏书签菜单里的书签工具栏?

可以这样:首先找到安装目录:firefox\defaults\profile\chrome\ ,此文件夹之内有两个css文件,将userChrome-sample.css文件拷贝至c:\documents and settings\用户名\appliactiondata\mozila\firefox\Profiles\de fault\chrome\下,并将文件名中的-sample去掉,变更为userChrome.css,然后编辑这个文件 ,加入以下内容: .bookmark-item[label="Bookmarks Toolbar Folder"] { display: none !important; } 保存,重启firefox

以上是FAQ的解答.

我在c:\documents and settings\用户名\appliactiondata\mozila\firefox\Profiles\de fault\chrome\下发现本来就存在userChrome.css这个文件,而且后面也没有-sample(用UE查看了一下,和安装目录firefox\defaults\profile\chrome\里的文件一样),就按照FAQ直接改了(我直接加在最后了),保存重启后,"书签工具栏"还是好好的在那里

/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */
/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * Eliminate the throbber and its annoying movement:
 *
 * #throbber-box {
 *   display: none !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 
.bookmark-item[label="Bookmarks Toolbar Folder"] { display: none !important; }
YOU ARE FOX !!
mugedy
狐狸大王
狐狸大王
  • UID21
  • 注册日期2004-11-21
  • 最后登录2013-12-20
  • 发帖数444
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2004-12-22 19:03
书签工具栏在工具栏上点右键,取消选择bookmarks toolbar
这个是取消在菜单中显示的
leng4681
狐狸大王
狐狸大王
  • UID977
  • 注册日期2004-12-16
  • 最后登录2017-03-31
  • 发帖数410
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
2楼#
发布于:2004-12-22 19:03
我说的是这个(如图)
好像你和我说的不是同一个东东吧?
这个收藏夹子项在"管理书签"里面删不掉.
YOU ARE FOX !!
游客

返回顶部