I am building a small web application.
I have two divs. One is absolute and the other is static.
I am trying to position my static div on top of my absolute one, so that it
You can apply a negative z-index to the other elements placing them behind the static div. This can be applied directly to the other elements or you can use