I'm trying to bring up certain elements by their z-index
z-index:100;
But then I need to put them back to where they were, how do I get that value or even just set to it without actually knowing it?
I'm trying to bring up certain elements by their z-index
z-index:100;
But then I need to put them back to where they were, how do I get that value or even just set to it without actually knowing it?
If you just need to bring up an element and bring it back down - you can add/remove a class to override the previous z-index - assuming you don't need to know the orignal z-index.