|
Introduction
CSS-P layers are generic layers that if used, can be interpreted by both Microsoft and Netscape browsers. These layers are specified by the World Wide Web's Consortium and so are somewhat standardized. Netscape layers using the <Layer> and <Ilayer> tags can only be interpreted by Netscape browsers.
Layer Properties Once a layer is inserted, you can control its properties with the Property box. Among the properties you can control are the following: Background color - a layer can have a background color separate from the document inside which it resides. Background image - a layer can have a separate background image. Z order - you can stack layers on top of each other. The Z order controls the order in which the layers are stacked. Visibility - layers can be visible or invisible. Under program control (JavaScript) you can toggle the visibility property so that layers appear or disappear when students take some action. Inserting a Layer
The new layer appears as a box inside your document window. Notice that the cursur is active inside the layer, ready for you to type text.
Positioning by dragging to a new position has not been possible with web pages until layers were developed. Although we have become accustomed to very precise positioning with other non-web based applications. Activity------------------------------------------------
When the layer you inserted is selected, the Properties box changes to reflect layer properties. You can use the Property box to change a layer's properties. |