搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I convert my Bookmarks toolbar to small ikons only in F4

  • 3 个回答
  • 8 人有此问题
  • 15 次查看
  • 最后回复者为 cor-el

more options

Firefox 4 has converted my Bookmarks toolbar from small ikons only in Firefox 3 (last version) to names only. How can I display it again in small ikons only.

Firefox 4 has converted my Bookmarks toolbar from small ikons only in Firefox 3 (last version) to names only. How can I display it again in small ikons only.

由sleibhine于修改

所有回复 (3)

more options

How did you get only the names in Firefox 3.6.x ?

Firefox shows the names and icons by default on the Bookmarks Toolbar.

Did you have an extension or did you use code in userChrome.css to change that behavior?


Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .toolbarbutton-text { display:none !important; }
more options

This reply does not address my question so cannot answer it

more options