Layout Side Panel
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added description of Layout Side Panel) |
Sebastianz (Talk | contribs) (Enhanced panel description) |
||
| Line 1: | Line 1: | ||
The Layout Side Panel gives a quick overview over the box model values of the currently selected node inside the [[HTML Panel]]. | 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. | 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. | ||
== Options Menu == | == Options Menu == | ||
Revision as of 08:47, 22 August 2011
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.
Options Menu
| 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.