<DIV STYLE="z-index:0; position:relative">
<SCRIPT SRC="s1040.js"></SCRIPT></DIV>
The z-index property sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order.
Note: Elements can have negative stack orders.
Note: Z-index only works on elements that have been positioned (eg position:absolute;)!