--- title: 3D view slug: Tools/3D_View translation_of: Tools/3D_View ---
{{ fx_minversion_header("11") }}
Cuando das click sobre el botón ver 3D view, la página entra en modo de vista 3D; en este modo, usted puede ver su página en vista 3D en la cual se anidan bloques de HTML que van sobreponiendose, se proyecta desde la parte inferior de la página. Esta vista hace fácil de visualizar como se anida su contenido.
By clicking and dragging the view, you can rotate and re-orient the 3D presentation of the DOM hierarchy of your page to see it from different angles, to better examine its structure. Off-screen elements become visible, so that you can see where your elements are located in relation to the visible content. You can click on elements to see their HTML in the HTML panel or or Style panel. Conversely, you can click on elements in the breadcrumb bar to change which element is selected in the 3D view.
If you do not see the 3D button in the page inspector, it is possible that your graphics driver needs to be updated. See the blocklisted drivers page for more information.
There are keyboard shortcuts and mouse controls available for the 3D view.
Function | Keyboard | Mouse |
Zoom in/out | + / - | Scroll wheel up/down |
Rotate left/right | a / d | Mouse left/right |
Rotate up/down | w / s | Mouse up/down |
Pan left/right | ← / → | Mouse left/right |
Pan up/down | ↑ / ↓ | Mouse up/down |
Reset zoom level | 0 | Resets the zoom level to the default |
Focus on selected node | f | Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }} |
Reset view | r | Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }} |
Hide current node | x | Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }} |
There are a variety of ways the 3D view is useful:
{{ languages( { "ja": "ja/Tools/Page_Inspector/3D_view", "zh-cn": "zh-cn/Tools/Page_Inspector/3D_view"} ) }}