Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the "Outline elements" function in IE11?

I cannot find the "Outline elements" function in developer tools of Internet Explorer 11 (in older versions it was placed in the Outline menu).

Was it removed from the IE11 or is it just hidden somewhere I have not found it?

like image 807
Jan Šotola Avatar asked Apr 16 '15 14:04

Jan Šotola


People also ask

How do I inspect element in IE11?

In this article, we're looking at IE11 and one way to access Inspect Element is to press F12 on your keyboard. The Document Object Model (DOM) Explorer is active by default, and you can click on the “Select Element” icon on the top left corner.


1 Answers

Looks like it's been redesigned somewhat. The DOM Explorer tab has three icons underneath it. Two of the icons split up the behavior I think you're looking for.

The first is the Select Element icon, which looks like an edit box with a Ouija pointer. When you click it, you'll see selection rectangles around objects in the webpage as you use the mouse to hover over them.

The second icon, a series of boxes, is the DOM element highlighting switch. When it's active, you can click elements in the HTML tree and they'll highlight on-screen.

This is hinted at, but not directly discussed, in the updated documentation.

Hope this helps...

-- Lance

like image 131
Lance Leonard Avatar answered Oct 03 '22 19:10

Lance Leonard