Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Guia de IU

Esta tradução está em curso.

Este artigo é um guia rápido das secções principais da interface do utilizador de Inspetor de Página.

Esta abrange três componentes de topo da IU do Inspetor:

  • o botão da secção "Selecionar elemento"
  • o painel HTML
  • o painel CSS

This guide is intentionally kept as short as possible. It links to various how to guides for the details of how to work with the Inspector.

Selecionar botão de elemento

The Inspector gives you detailed information about the currently selected element. The Select element button is one way you can select an element for inspection:

Note that it's actually part of the main toolbox toolbar, so it's immediately accessible from any tool, not just the Inspector.

To learn how to select an element, see the guide to selecting an element.

Painel HTML

The Inspector is split into two halves. The left-hand half is occupied by the HTML pane:

To learn more about the structure of the HTML pane, see the guide to examining and editing HTML.

Painel CSS

The right-hand side of the Inspector is occupied by the CSS pane:

The CSS pane is divided into 4 views:

  • Rules view
  • Computed view
  • Fonts view
  • Animations view

Use the tabs along the top to switch between the different views.

Visualizar Regras

The Rules view lists all the rules that apply to the selected element, ordered from most-specific to least-specific:

See Examine and edit CSS for more details.

Visualização computada

The Computed view shows you the complete computed CSS for the selected element, and an editable visual representation of the box model for the element:

To learn more about the box model view, see Examine and edit the box model. Note that before Firefox 50, the box model view did not appear in the "Computed view" tab, but had its own tab.

To learn more about the CSS declarations listed in this view, see Examine computed CSS.

Visualizar tipo de letra

In Firefox 47 only, the Fonts view is disabled by default. If you want to see the Fonts view in Firefox 47, visit about:config, find the preference devtools.fontinspector.enabled, and set it to true.

Before and after Firefox 47, the Fonts view is enabled by default.

The Fonts view shows all the fonts in the page along with editable samples.

Consultar Visualizar tipos de letra para mais detalhes.

Visualizar animações

The Animations view gives you details of any animations applied to the selected element, and a controller to pause them:

 

Consulte Work with animations para mais detalhes.

Mostrar/ocultar painel CSS

From Firefox 40 onwards, there's a button in the toolbar that you can use to show or hide the CSS pane:

Etiquetas do documento e colaboradores

Etiquetas: 
 Colaboradores para esta página: mansil
 Última atualização por: mansil,