div {
position : static !important;
z-index : 10;
top : 50px;
left : 200px;
}
Unless you’re changing the position attribute dynamically, static position essentially means “not positioned”, so the z-index, top and left are completely meaningless.