Stack
An element that renders its children on top of each other. The first element if placed on the bottom, and each successive child is place above the previous one. All elements are displayed at once. Child elements may also be placed at absolute positions within the stack.
The left and top attributes on a child of the stack specify the position of that element.
Attributes:
Inherited from XUL Element:
Properties and Methods:
Inherited from XUL Element:
Inherited from Element:

July 13, 2005, 9:11 pm
alan at akbkhome dot com
It's almost impossible to adjust the layering (eg. HTML style z-index) of stack elements, however, you can nest stacks resulting in a top/bottom effect.