Top "Z-index" questions

z-index represents the order on the z-plane in which an element appears.

-transform:scale causing 'blinking' when hovering

I am working on a catalog which uses css -transform attribute to scale each 'swatch' upon hovering. Here's my problem: …

html css hover z-index transform
Override CSS Z-Index Stacking Context

I'm trying to override / ignore the stacking context for an element so it can be positioned on the z-axis relative …

css z-index
How to select options overlapping an absolute positioned DIV?

I have an absolute positioned div which works like a tooltip. On mouse over of an element it shows and …

html css positioning z-index
CSS :after behind parent element

Is it possible to get a CSS pseudo :after element behind the background of it's parent element? The background of …

css z-index behind
How to prevent parent click event when the user clicks on his child element? AngularJS

I have a <div> with a ng-click but this <div> have a child element with also …

javascript angularjs z-index
::before pseudo-element stacking order issue

When statically positioned, the ::before pseudo-element stacks (z-index) before the child's content, but after the child's background. Can anyone explain …

css z-index pseudo-element
iOS not respecting z-index with -webkit-overflow-scrolling

Problem: On iOS the z-index of a scrollable area is ignored when using -webkit-overflow-scrolling. If two objects with -webkit-overflow-scrolling overlap …

html ios css scroll z-index
IE-8 iframe and flash object ignores z-index?

I have the following divs and I'm trying to make the iframe layer infront of my_flash. It's a common …

flash iframe internet-explorer-8 z-index swfobject
Z-index problem in IE7 with jQuery Superfish menu plugin

I needed to modify jQuery Superfish menu plugin to accommodate using image for the menu. There are submenus under Om …

css internet-explorer-7 z-index css-sprites superfish
Difference between auto, 0, and no z-index?

What is the difference between: z-index: auto z-index: 0 no z-index at all All the above scenarios are for a div …

html css z-index