Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the trick to inspect popout / dropdown menu style with 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 did some research but couldn't figure it out.

like image 287
winchendonsprings Avatar asked Jun 23 '11 23:06

winchendonsprings


1 Answers

There's an option built in:

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

like image 127
thirtydot Avatar answered Sep 19 '22 08:09

thirtydot