Layout Side Panel
From FirebugWiki
Sebastianz (Talk | contribs) (Added info how to open the options menu) |
Sebastianz (Talk | contribs) m (Changed image for options menu arrow) |
||
| Line 6: | Line 6: | ||
== Options Menu == | == Options Menu == | ||
| - | This menu is reachable via the little arrow in the panel tab ( [[ | + | This menu is reachable via the little arrow in the panel tab ( [[File:LayoutSidePanelOptionsMenuArrow.png]] ) or by right-clicking on on the panel tab (since [[Firebug Release Notes#Firebug 1.9|Firebug 1.9]]). |
{| class="wikitable" style="width:100%; vertical-align:top;" | {| class="wikitable" style="width:100%; vertical-align:top;" | ||
Latest revision as of 00:18, 24 December 2012
The Layout Side Panel gives a quick overview over the box model values of the currently selected node inside the HTML Panel. But it also offers an easy way to change the values by simply clicking on one of them. When hovering over different parts of the box model, the element inside the page highlights, the borders of the hovered part has line guides and a horizontal and vertical rules for measurement.
The information currently displayed covers the values for margin, border, padding, width and height of the element as well as its position information, the z-index and box-sizing value.
[edit] Options Menu
This menu is reachable via the little arrow in the panel tab (
) or by right-clicking on on the panel tab (since Firebug 1.9).
| Option | Preference | Description |
|---|---|---|
| Show Rulers and Guides | extensions.firebug.showRulers | Specifies whether to display rulers and guides when hovering the parts of the box model |
For more info about tweaks available in Firebug please see the full list of preferences.