The author has marked this style as obsolete.
This needs to be re-done for Firefox 3, using the Smart Stop/Reload extension <http://en.design-noir.de/mozilla/stop-reload/>. Ideas are welcome.




This fully merges all three buttons into one.
REQUIREMENTS: The userChrome.js extension[1], together with the following code in userChrome.js:
document.getElementById("go-button").parentNode.insertBefore(document.getElementById("stop-button"), document.getElementById("go-button").parentNode.insertBefore(document.getElementById("reload-button"), document.getElementById("go-button")));
KNOWN ISSUE: If you customize your toolbar, you need to re-add the Stop and Reload buttons.
[1] http://mozilla.zeniko.ch/userchrome.js.html
good
厉害