Use the Property inspector to view and set properties for multiple layers.
L and T (left and top) specify the position of the layers upper-left corners relative to the upper-left corner of the page, or of the parent layer if nested.
W and H specify the width and height of the layers.
NOTE |
|
If the content of any layer exceeds the specified size, the bottom edge of the layer (as it appears in the Design view in Dreamweaver) stretches to accommodate the content. (The bottom edge doesnt stretch when the layer appears in a browser, unless the Overflow property is set to Visible.) |
The default unit for position and size is pixels (px). You can instead specify the following units: pc (picas), pt (points), in (inches), mm (millimeters), cm (centimeters), or % (percentage of the parent layers corresponding value). The abbreviations must follow the value without a space: for example, 3mm indicates 3 millimeters.
Vis specifies whether the layers are initially visible or not. Select from the following options:
When no visibility is specified, most browsers default to Inherit.
Note that hidden layers created with ilayer
still take up the same space as if they were visible.
Use a scripting language, such as JavaScript, to control the visibility property and dynamically display layer contents.
Tag specifies the HTML tag used to define the layers.
Bg Image specifies a background image for the layers.
Click the folder icon to browse to and select an image file.
Bg Color specifies a background color for the layers.
Leave this option blank to specify a transparent background.