Z-Index - What appears on top

This is a valuable concept in CSS. The item which has the highest z-index appears on top in the stack order.

.TOPlayer { z-index: 1000; }

See:

W3Schools.com