What's the trick to inspect popout / dropdown menu style with Firebug?

后端 未结 2 1296
星月不相逢
星月不相逢 2021-01-04 22:20

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

2条回答
  •  旧巷少年郎
    2021-01-04 22:53

    You can show/hide them using JS console, directly using show() or binding an event(mouseover, click etc).

提交回复
热议问题