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

后端 未结 2 1284
星月不相逢
星月不相逢 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:44

    There's an option built in:

    Inspect the element that's "hidden", then use this.

    0 讨论(0)
  • 2021-01-04 22:53

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

    0 讨论(0)
提交回复
热议问题