See css2.1 §9.9.1 Specifying the stack level: the 'z-index' property. See also the tutorials at htmldog.com. cheers, gary
if you have 2 div's and you want to give one div over the other div this z-index comes into picture... which ever has the highest z-index will be on top of the other.