2

I really dislike Firefox DOM Inspector. Is there one that docks to the page so I don't have two separate windows and also highlights the box/margins/padding like Chrome/Safari does? I can't find one.

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
tsdexter
  • 2,911
  • 4
  • 36
  • 59

2 Answers2

1

Firebug is the best tool for web development missions:
http://getfirebug.com/

Once you get used to it, there is also a (Lite) version for Chrome:
http://getfirebug.com/releases/lite/chrome/

RoelF
  • 7,483
  • 5
  • 44
  • 67
yarden
  • 1,906
  • 1
  • 12
  • 16
0

Recent versions of Firefox have it built in. Here is how to open it:

  • Ctrl+Shift+i (Windows)
  • Command+Shift+i (OSX)

References

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265