Aaron Spuler

themes@spuler.usAaron Spuler

MoveThrobber 1.0

Compatibility
Mozilla 1.0 - 1.7.x, Netscape 7.x, SeaMonkey 1.x



Relocates the throbber from the navigation toolbar to the menu bar.

MoveThrobber

If you wish to have the Firefox throbber, save the following images in your chrome directory and apply the following userchrome.css rules:


#navigator-throbber {
list-style-image: url(loading.png) !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url(loading.gif) !important;
}