Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox add-on for examining z-indexes [closed]

I'm working on a fairly large site and am having trouble managing z-indexes. Is there a Firefox add-on that will look at a page and give me an ordered list of every element with a z-index declared? That would save a ton of times for the cases where a z-index was wrong or hard to find.

like image 475
hekevintran Avatar asked Apr 16 '10 06:04

hekevintran


People also ask

Why Z Index property is not working?

You set z-index on a static element By default, every element has a position of static. z-index only works on positioned elements (relative, absolute, fixed, sticky) so if you set a z-index on an element with a static position, it won't work.

How do I fix Z Index not working?

To sum up, most issues with z-index can be solved by following these two guidelines: Check that the elements have their position set and z-index numbers in the correct order. Make sure that you don't have parent elements limiting the z-index level of their children.

How do I get rid of Z Index?

css("z-index", ''); Extract from the documentation : Setting the value of a style property to an empty string — e.g. $('#mydiv'). css('color', '') — removes that property from an element if it has already been directly applied, whether in the HTML style attribute, through jQuery's .


1 Answers

You find it here

https://addons.mozilla.org/en-US/firefox/addon/60

When you have installed the Web Developer Extension, choose from its menu

Information > Display Topographic information
like image 69
Jobst Avatar answered Oct 01 '22 07:10

Jobst