Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Cannot reduce the bookmarks toolbar to favicons only in FF 4.0 beta 1, even after opening "properties" & backspacing all text.

  • 1 wótegrono
  • 12 ma toś ten problem
  • 14 naglědow
  • Slědne wótegrono wót cor-el

more options

In Firefox 4.0 beta 1, cannot drag a favicon to the bookmarks toolbar, then open "Properties" and clear the "Name" text so that only the favicon is displayed--it defaults to favicon + web address. This trick allowed me to fit in more favicons on the toolbar in previous versions of Firefox.

In Firefox 4.0 beta 1, cannot drag a favicon to the bookmarks toolbar, then open "Properties" and clear the "Name" text so that only the favicon is displayed--it defaults to favicon + web address. This trick allowed me to fit in more favicons on the toolbar in previous versions of Firefox.

Wšykne wótegrona (1)

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 */

#PlacesToolbarItems .toolbarbutton-text {
 display:none!important;
}

Wót cor-el změnjony