Mozilla 도움말 검색

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

Learn More

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