'layer' and 'ilayer' Tag Properties : Layer « HTML « JavaScript DHTML

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Event
7. Event onMethod
8. Form Control
9. GUI Components
10. HTML
11. Javascript Collections
12. Javascript Objects
13. Language Basics
14. Node Operation
15. Object Oriented
16. Page Components
17. Security
18. Style Layout
19. Table
20. Utilities
21. Window Browser
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
JavaScript DHTML » HTML » Layer 
'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
1. Layer 'srcFilter' Example
2. Monitors divisions (or layers) on dynamic Web pages (DHTML)
3. Hide and show layer
4.  Layer Background Colors (W3C)
5. Setting Layer Backgrounds (W3C)
6. The layer while rolling over the link.
7. Accessing Layers with JavaScript
8. Detecting Navigator and Internet Explorer
9.  Adjusting Layer clip Properties (W3C)
10. Comparison of Layer and Clip Location Properties (W3C)
11.  Testing Nested Layer Coordinate Systems (W3C)
12. Nested Layer Visibility Relationships (W3C)
13. Relationships Among zIndex Values (W3C)
14. Dragging a Layer (W3C)
15. Resizing a Layer (W3C)
16. Methods and Properties of the Layer Object
17. Layer seek
w___w_w___._ja__v_a___2s_.c___o___m__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.