Computed Side Panel
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) m (Added image) |
Sebastianz (Talk | contribs) (Added info how to open the options menu) |
||
| Line 3: | Line 3: | ||
== Options Menu == | == Options Menu == | ||
| + | This menu is reachable via the little arrow in the panel tab ( [[Image:optionsMenuArrow.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;" | ||
|- bgcolor=lightgrey | |- bgcolor=lightgrey | ||
Revision as of 06:41, 12 October 2011
The Computed Side Panel shows all CSS style values calculated by the user agent while interpreting the given CSS information for the selected node inside the HTML Panel. So it shows the actual displayed styles.
Options Menu
This menu is reachable via the little arrow in the panel tab ( File:OptionsMenuArrow.png ) or by right-clicking on on the panel tab (since Firebug 1.9).
| Option | Preference | Description |
|---|---|---|
| Sort alphabetically | extensions.firebug.computedStylesDisplay | Toggles between grouped and alphabetical display |
| Show Mozilla specific styles | extensions.firebug.showMozillaSpecificStyles | Toggles display of Mozilla specific styles (styles prefixed by "-moz-") |
| Refresh | - | Reloads the contents of the panel |
For more info about tweaks available in Firebug please see the full list of preferences.
Context Menu
| Option | Context | Description |
|---|---|---|
| Refresh | everywhere | Reloads the contents of the panel |