I have a div with default positioning (i.e. position:static) and a div with a fixed position.
div
position:static
fixed
If I set the z-index
I was building a nav menu. I have overflow: hidden in my nav's css which hid everything. I thought it was a z-index problem, but really I was hiding everything outside my nav.
overflow: hidden