========================== Page inspector 3-pane mode ========================== This article explains how to use the Page Inspector's 3-pane mode. Feature summary *************** The :doc:`Page Inspector <../index>` has a **3-Pane mode**. When activated, this allows you to see the following simultaneously: - The :doc:`HTML pane <../how_to/examine_and_edit_html/index>` on the left hand side, as usual. - The :ref:`CSS Rules ` in the middle in their own separate pane, rather than as a tab. - The other CSS related features — such as :ref:`Computed styles view `, :doc:`Animations view <../how_to/work_with_animations/index>`, and :doc:`Fonts view <../how_to/edit_fonts/index>` — in tabs on the right hand side, as usual. .. image:: 3-pane-view-final.png :alt: The firefox page inspector in 3 pane mode, with HTML pane on left, CSS rules pane in center, and CSS tool tabs on right :class: border .. note:: At narrower browser window widths, the tabs appear below the CSS Rules pane. Having the CSS Rules in their own pane is very useful because it allows you to not only inspect your HTML and edit the CSS applied to it, but also see the effect this has on CSS features such as computed styles and grids in real time. You just need to have the relevant tab open to see the effect. A brief walkthrough ******************* The 3-pane inspector is disabled by default. It is enabled via a toggle control found in the tabs pane on the left hand side. .. image:: toggle-icon-final.png :alt: a view of the tabs panel, showing the 2 to 3 pane toggle icon :class: center Press the toggle control to toggle between the 2- and 3-pane views. .. image:: 2-pane-view-final.png :alt: The firefox page inspector in 2 pane mode, with HTML pane on left and CSS tool tabs on right :class: border .. image:: 3-pane-view-final.png :alt: The firefox page inspector in 3 pane mode, with HTML pane on left, CSS rules pane in center, and CSS tool tabs on right :class: border With the 3-pane mode enabled, you can observe live changes in CSS features as you edit the rules applied to the page. For example, you could edit a `CSS Grid `_ property and observe the change immediately in the :doc:`Grid Inspector <../how_to/examine_grid_layouts/index>`. .. raw:: html