Yorak Posted February 22, 2007 Share Posted February 22, 2007 Is there anyway to put everything in here (the status bar): Right here? To equal this? Link to comment Share on other sites More sharing options...
Yorak Posted February 23, 2007 Author Share Posted February 23, 2007 Any idea people? I'm guessing it isn't possible, but I thought I'd give a last ditch effort. Link to comment Share on other sites More sharing options...
Salgoth Posted February 23, 2007 Share Posted February 23, 2007 Sure its possible, Adblock Plus puts its icon up top rather than down below. Might be something that would have to be coded on a per extension basis. Link to comment Share on other sites More sharing options...
lhnz Posted February 26, 2007 Share Posted February 26, 2007 You'll have to code it yourself. But it's possible! :D Link to comment Share on other sites More sharing options...
Yorak Posted February 26, 2007 Author Share Posted February 26, 2007 That doesn't really help...but thanks for your input? Link to comment Share on other sites More sharing options...
Jimmie Posted February 26, 2007 Share Posted February 26, 2007 Install userChrome.js extension and restart Firefox: http://forums.mozillazine.org/viewtopic.php?t=397735 Place the following JavaScript in userChrome.js and restart Firefox: (function() { var throbber = document.getElementById('throbber-box'), statusBar = document.getElementById('status-bar'); statusBar.setAttribute('flex', '1'); statusBar.setAttribute('context', ''); statusBar.setAttribute('style', 'background: none transparent !important; height: auto !important; border: none !important;'); throbber.parentNode.insertBefore(statusBar, throbber); })(); That will put the entire statusbar before the throbber. Link to comment Share on other sites More sharing options...
Yorak Posted February 26, 2007 Author Share Posted February 26, 2007 Thank you very much man, exactly what I was looking for! Link to comment Share on other sites More sharing options...
MediaSoldier Posted February 26, 2007 Share Posted February 26, 2007 :( why didnt that javascript work for me? It just made my taskbar massive..this tweak would have been useful! Link to comment Share on other sites More sharing options...
Jimmie Posted February 27, 2007 Share Posted February 27, 2007 :( why didnt that javascript work for me? It just made my taskbar massive..this tweak would have been useful! Not sure. What theme are you using? Can you post a screenshot of how your toolbars normally appear? Thank you very much man, exactly what I was looking for! No problem. Glad it worked for you. Link to comment Share on other sites More sharing options...
Recommended Posts