Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

In Windows I would like to have only text on toolbar bookmarks like Mac

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: TonyE

more options

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text.

There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that.

It is a detail but improves ergonomy for using Bookmarks toolbar.

I run Windows XP SP3 and Mac OS X 10.6.4 respectively

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text. There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that. It is a detail but improves ergonomy for using Bookmarks toolbar. I run Windows XP SP3 and Mac OS X 10.6.4 respectively

모든 댓글 (1)

more options

You can do this by editing a file called userChrome.css inside the chrome folder of your profile folder.

If you have not edited that file before, the links above should help, but also see http://kb.mozillazine.org/Editing_configuration

When you edit that file, add the following lines below the line that starts with @namespace

/* hide bookmark toolbar icon images */
#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}


There is more information available at http://www.linnhe2.free-online.co.uk/firefox/chrome.html

That site includes further examples of code that you can add to modify Firefox, but not all examples will work with Firefox 3.6.*