Reputation: 563
In mozilla's firefox browser is it possible to dock the dom inspector to the bottom of the current browser tab? Similar to the internet explorer developer toolbar?
Upvotes: 0
Views: 395
Reputation: 11
Every now and then, I fix DOM Inspector bugs.
As of this writing, there is no prepackaged way to achieve what you want here. I also think it's safe to say that there are currently no plans from any active developer to add this feature, either. Sorry.
The DOM Inspector does have its own browser pane at the bottom of its own window, though. From the "View" menu in the DOM Inspector menubar, select "Browser". SeaMonkey users also have the DOM Inspector available as a sidebar, but it's only possible to view one pane at a time (i.e., the document pane and the object pane are in a tabbed view.) It can be installed in the sidebar from the DOM Inspector section in SeaMonkey preferences.
Upvotes: 1
Reputation: 284927
No. I would use Firebug, which can inspect the DOM (among other things) and docks by default.
Upvotes: 1