'layer' and 'ilayer' Tag Properties
Property Description
above A Layer object higher in z-order of all layers in the document (null if the layer is topmost).
background The URL of an image to use as the background for the layer.
below A Layer object lower in z-order of all layers in the document (null if the layer is lowest).
bgcolor The background color for the layer.
clip Defines the clipping rectangle. Anything outside of this rectangle is clipped from view.
height The height in pixels of the layer.
left The x-axis position in pixels of the layer, relative to the origin of its parent layer.
name The name of the layer.
src The URL for the layer's content source.
top The y-axis position in pixels of the layer, relative to the origin of its parent layer.
visibility Defines the layer's visibility attributes.
width The width in pixels of the layer.
z-index The relative z-order of the layer, relative to its siblings and parent.
Related examples in the same category