I have an element of position: fixed. Another element of regular static position. I want to display this static element on top of the fixed element. I tried to increase the z-index of the static element. The element is the top element in IE, but in FF, z-index doesn’t do anything. Some help here would be great! Thanks.