Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

how to make bookmarks in bookmark-toolbar just in the form of icons rather than icon with text ?

  • 2 përgjigje
  • 8 e kanë hasur këtë problem
  • 35 parje
  • Përgjigjja më e re nga the-edmeister

more options

earlier i was using IE8. i could add favorites onto favorite bar and then make all those url appeared as icons rather than "icon with text", so as to have a view of all my favorites at a time. but i can't find this option here in Firefox 4.0 beta 2.

earlier i was using IE8. i could add favorites onto favorite bar and then make all those url appeared as icons rather than "icon with text", so as to have a view of all my favorites at a time. but i can't find this option here in Firefox 4.0 beta 2.

Krejt Përgjigjet (2)

more options

Too early to be using 4.0b2 and have a feature like that (Firefox 4.0 is like 4 to 5 months away from being released). There are a couple of addons to do that, but you need to have 3.6.8 to be able to use those addons.

more options

Add code to userChrome.css below the @namespace line. See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text {
 display:none!important;
}

Ndryshuar nga cor-el