Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to inspect pseudo elements using Internet Explorer 11 developer tools

I need write rules for pseudo elements, but It seems IE11 browser is not showing ::after and ::before pseudo elements in its developer tools despite them being rendered on the page.

Is there way to edit them directly in browser, as it is possible on Chrome?

like image 347
user1941537 Avatar asked Jun 26 '19 10:06

user1941537


1 Answers

All styles in Internet Explorer appear in the styles tab on the right.

The html markup for pseudo elements is not displayed within the DOM inspector like other popular browsers.

enter image description here

like image 162
DreamTeK Avatar answered Oct 21 '22 20:10

DreamTeK