Issue
I've been using the Pesticide Chrome extension to visualize webpage layouts. Is there a way to enhance its functionality to display class names when hovering or clicking on elements..?? Looking for insights or possible solutions. Thanks!
Toggled the Pesticide extension to visualize webpage layout. Expected to see class names displayed when hovering or clicking on layout boxes, but it didn't show. Seeking guidance on making it display class names interactively.
Solution
Holding down CTRL when hovering an element will show a banner at the bottom listing its id and its classList.
However, if you are asking to show CSS declarations, such as testClass::hover
or other selectors, it is not supported by this extension. Also, note that a class list is a collection of the class
attributes of the element, which is entirely different from CSS declarations.
Answered By - SyndRain
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.