Defines a layer that is positioned within the flow of the document, rather than absolutely.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari | no | 4.0-4.8 | no | no | no |
|---|
Example
This example displays two short text paragraphs with an ilayer between them:
<p>This is my first paragraph.</p>
<ilayer name="dogLayer">
<img source="dog.jpg" height="100px" width="100px" />
</ilayer>
<p>This is my second paragraph.</p>
Remarks
Deprecated. Early Netscape only. Use a div element instead of an ilayer.
Attribute Detail
| Attribute | IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|---|
|
Name of the layer above the element.
|
no | 4.0 | no | no | no |
|
Specifies the URL for the background image for the document or element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Name of the layer below the element.
|
no | 4.0+ | no | no | no |
|
CSS class assigned to the element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Specifies x,y coordinates of the upper left and lower right corners of the element.
|
no | 4.0+ | no | no | no |
|
Height of the element (in pixels).
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Unique identifier for the element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Number of pixels that the element is offset from the left.
|
no | 4.0+ | no | no | no |
|
Unique name identifier for the element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Horizontal position of the element in the browser window.
|
no | 4.0+ | no | no | 1.0+ |
|
Vertical position of the element in the browser window.
|
no | 4.0+ | no | no | 1.0+ |
|
URL for the source for the element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Inline style for the element.
|
2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
|
Number of pixels that the element is offset from the top.
|
4.0+ | no | no | no | 1.0+ |
|
Specifies whether the element is hidden or shown.
|
no | 4.0+ | no | no | no |
|
Width of the element (pixels or percentage).
|
2.0+ | 1.1+ | 1.0+ | 4.0+ | 1.0+ |
|
Positive integer specifying where an element is stacked in relation to other layers.
|
no | 4.0+ | no | no | 1.0+ |


