Is it possible to have a <div> that is above all layers and can be freely placed on the page and controlled by the x position, y position?? Thanks! PM
i guess this is not property for DIV tag but this can be used with LAYER tag. this means you can use it for FF and not IE. there is a property , it's name is ABOVE and you can use it with name of layer <LAYER name="layer1">My name is LAYER1</LAYER> <LAYER name="layer2" above="layer1">My name is LAYER2</LAYER> then layer2 become above layer1 and etc..