beautypg.com

Ap elements panel overview, Select ap elements, Select an ap element in the ap elements panel – Adobe Dreamweaver CC 2015 User Manual

Page 234: Select an ap element in the document window

background image

227

CSS

Last updated 6/3/2015

• Inherit uses the visibility property of the AP elements’ parent.

• Visible displays the AP elements’ contents, regardless of the parent’s value.

• Hidden hides the AP element contents, regardless of the parent’s value.

Use a scripting language, such as JavaScript, to control the visibility property and dynamically display AP element
contents.

Tag

Specifies the HTML tag used to define the AP elements.

Bg Image

Specifies a background image for the AP elements.

Click the folder icon to browse to and select an image file.

Bg Color

Specifies a background color for the AP elements. Leave this option blank to specify a transparent

background.

4

If you entered a value in a text box, press Tab or Enter (Windows) or Return (Macintosh) to apply the value.

AP Elements panel overview

You use the AP Elements panel (Window > AP Elements) to manage the AP elements in your document. Use the AP
Elements panel to prevent overlaps, to change the visibility of AP elements, to nest or stack AP elements, and to select
one or more AP elements.

Note: An AP element in Dreamweaver is an HTML page element—specifically, a div tag, or any other tag—that has an
absolute position assigned to it. The AP Elements panel does not display relatively-positioned elements.

AP elements are displayed as a list of names, in order of z-index; by default, the first created AP element (with a z-index
of 1) appears at the bottom of the list, and the most recently created AP element appears at the top. You can, however,
change the z-index of an AP element by changing its place in the stacking order. For example, if you created eight AP
elements and wanted to move the fourth AP element to the top, you could assign it a higher z-index than the others.

Select AP elements

You can select one or more AP elements to manipulate them or change their properties.

Select an AP element in the AP elements panel

In the AP elements panel (Window > AP elements), click the name of the AP element.

Select an AP element in the Document window

Do one of the following:

• Click an AP element’s selection handle.

If the selection handle isn’t visible, click anywhere inside the AP element to make the handle visible.

• Click an AP element’s border.

• Control-Shift-click (Windows) or Command-Shift-click (Macintosh) inside an AP element.

• Click inside an AP element and press Control+A (Windows) or Command+A (Macintosh) to select the contents

of the AP element. Press Control+A or Command+A again to select the AP element.

• Click inside an AP element and select its tag in the tag selector.