I use sly jquery plugin , this plugin sets the transform property for one element and then this element goes on top of all the other elements
I have one element that I want to be on top of this element
properties of the element that I want to be on top
CSS...
width: 235px;
height: 55px;
position: fixed;
z-index: 1900px;
and properties of the element that is on top (that's what I don't want)
transform: translateZ(0px) translateX(0px);
width: 1710px;height:100%;