开发者

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

开发者 https://www.devze.com 2023-03-14 21: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.

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 margin when you can't see the element you are styling.

I d开发者_如何学JAVAid some research but couldn't figure it out.


There's an option built in:

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

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消