Term
Anything you can put in an HTML document, you also can put in an AP element. |
|
Definition
|
|
Term
AP elements can be stacked on top of one another but cannot be placed side-by-side or overlapped. |
|
Definition
|
|
Term
The z-coordinate, or z-index, determines an element's stacking order when more than one element is added to a page. |
|
Definition
|
|
Term
Absolute Positioning is a component of DHTML. |
|
Definition
|
|
Term
An advantage of using AP elements is that even older browsers support them. |
|
Definition
|
|
Term
When you insert an AP element into a Web page and the element is selected, Dreamweaver displays the AP Div Property inspector. |
|
Definition
|
|
Term
The CSS-Element ID property assigns a unique name to identify an element in the AP Elements panel and in JavaScript code. |
|
Definition
|
|
Term
A parent element is an element whose code is contained in another element. |
|
Definition
|
|
Term
In Design view, if the content of an element exceeds the specified size, the bottom edge of the element stretches to accommodate the content. |
|
Definition
|
|
Term
When an element appears in a browser, the bottom edge does not stretch unless the Overflow property is set to visible. |
|
Definition
|
|
Term
The BG Color property specifies a background image for an element. |
|
Definition
|
|
Term
The Class property lets you apply CSS rules to a selected object. |
|
Definition
|
|
Term
The auto option of the Overflow property specifies that a browser should add scroll bars to a given element whether or not they are needed. |
|
Definition
|
|
Term
The Clip property defines the hidden area of an element. |
|
Definition
|
|
Term
Using the rulers as a drawing guideline is easy to manage if done from the default 0 point. |
|
Definition
|
|
Term
When you insert an AP element, a code marker appears in the Document window. |
|
Definition
|
|
Term
When the Invisible Elements option is turned on, the markers may cause the elements on the page in the Document window to appear to shift position. |
|
Definition
|
|
Term
Dragging or moving the AP element marker always repositions an element and affects the way a Web page displays the element in a browser. |
|
Definition
|
|
Term
Dragging the element marker into a table cell on a Web page can cause display problems in some browsers. |
|
Definition
|
|
Term
You can use the AP Elements panel to prevent overlaps, change the visibility of elements, nest or stack elements, and select one or more elements. |
|
Definition
|
|
Term
A closed-eye icon indicates that an element has been deleted. |
|
Definition
|
|
Term
An open-eye icon indicates that an element is hidden. |
|
Definition
|
|
Term
Clicking an element name in the AP Elements panel is one way to select an element. |
|
Definition
|
|
Term
On the AP Elements panel, nested elements are displayed as indented names connected to parent elements. |
|
Definition
|
|
Term
When the Prevent overlaps option is on, an element cannot be created in front of, moved or resized over, or nested within an existing element. |
|
Definition
|
|
Term
AP elements can hold images and other elements, but no other kinds of objects. |
|
Definition
|
|
Term
Images cannot be inserted onto elements through the Insert menu. |
|
Definition
|
|
Term
A parent element is similar in concept to a nested table or a nested frame. |
|
Definition
|
|
Term
A nested element can be displayed anywhere on a Web page. |
|
Definition
|
|
Term
A nested element does not have to touch the parent element. |
|
Definition
|
|
Term
Elements that float on top of each other have a stacking order. |
|
Definition
|
|
Term
The z-index of elements is determined by the order in which they are created. |
|
Definition
|
|
Term
Four different methods are available through the AP Elements panel to change the z-index for an element and set which element appears in front of or behind another element. |
|
Definition
|
|
Term
One option for selecting an element is clicking the element’s selection handle. |
|
Definition
|
|
Term
One option for selecting an element is clicking the element's border. |
|
Definition
|
|
Term
It is not possible to select an element by pressing CTRL+SHIFT+CLICK. |
|
Definition
|
|
Term
When elements are stacked, the easiest way to select an element is to click the name in the AP Elements panel. |
|
Definition
|
|
Term
A hotspot is an image that has one or more image maps placed on top of it. |
|
Definition
|
|
Term
You can create a hotspot on an image map to link to different parts of the same Web page. |
|
Definition
|
|
Term
Two types of image maps exist: server-side and data-side. |
|
Definition
|
|
Term
You can add either client-side image maps or server-side image maps to the same document in Dreamweaver, but not both. |
|
Definition
|
|
Term
When a visitor to a Web page clicks a hotspot in a server-side image map, the browser transfers data to a program running on a Web server for processing. |
|
Definition
|
|
Term
A Web browser interprets code for client-side maps. |
|
Definition
|
|
Term
When you create an image map and add a hotspot, you are creating an area that is clickable on the image. |
|
Definition
|
|
Term
The Pointer Hotspot Tool closes a polygon-shaped hotspot. |
|
Definition
|
|
Term
When an image is selected, the Property inspector for hotspots is displayed. |
|
Definition
|
|
Term
The Map name and the hotspot tools allow you to label and create a client-side image map. |
|
Definition
|
|
Term
To define a hotspot you use one of three shapes: a rectangle, a square, or a circle. |
|
Definition
|
|
Term
Placing the image on an element, provides absolute positioning. |
|
Definition
|
|
Term
The default action associated with the Behaviors panel is onMouseOut. |
|
Definition
|
|