Is there a way to make a popout menu \'stick\' when inspecting with Firebug.
You can do it with Chrome, but I prefer firebug.
It\'s hard to set padding or a
You can show/hide them using JS console, directly using show() or binding an event(mouseover, click etc).
show()