Customizing throbber: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Function: throbber button extension)
 
Line 10: Line 10:


==Function==
==Function==
Since Firefox 2.0 the throbber no longer acts as a link. You can return the functionality with the [https://addons.mozilla.org/firefox/2821/ Throbber Button extension]. When you click on the throbber, it acts as a bookmark. By default it takes you to Firefox homepage. You can [[Throbber_URL|customize the URL]] if you want to.
Since Firefox 2.0 the throbber no longer acts as a link. You can return the link functionality with the [https://addons.mozilla.org/firefox/2821/ Throbber Button extension] which allows you to choose among four links of your own  choice.  
 
Prior to Firefox 2.0 when you clicked on the throbber, it acted like a bookmark, which by default took you to the Firefox homepage.   You can [[Throbber_URL|customize the URL]] if you want to.


==External links==
==External links==

Latest revision as of 15:56, 8 July 2007

This article demonstrates how to change the looks and function of the throbber. The throbber is the little "circle of dots" activity indicator in the upper right corner and on every loading tab. http://img130.imageshack.us/img130/4789/throbberii8.gif

Looks

You can customize it's looks by editing your userChrome.css file. Copy the image files in your profile/chrome folder. Restart Firefox.

/*Custom Throbber*/
toolbar #navigator-throbber { list-style-image: url("filename of the static throbber") 
!important; }
toolbar #navigator-throbber[busy="true"] { list-style-image: url("filename of the 
animated throbber") !important; }

Function

Since Firefox 2.0 the throbber no longer acts as a link. You can return the link functionality with the Throbber Button extension which allows you to choose among four links of your own choice.

Prior to Firefox 2.0 when you clicked on the throbber, it acted like a bookmark, which by default took you to the Firefox homepage. You can customize the URL if you want to.

External links