Adobe Dreamweaver CC 2015 Bedienungsanleitung Seite 213

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 700
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 212
206
CSS
Last updated 6/3/2015
Visibility Determines the initial display condition of the content. If you do not specify a visibility property, by
default the content inherits the parent tag’s value. The default visibility of the body tag is visible. Select one of the
following visibility options:
Inherit inherits the visibility property of the contents parent.
Visible displays the content, regardless of the parents value.
Hidden hides the content, regardless of the parents value.
Z-Index Determines the stacking order of the content. Elements with a higher z-index appear above elements with
a lower z-index (or none at all). Values can be positive or negative. (If your content is absolutely positioned, it’s easier
to change the stacking order using the AP Elements panel).
Overflow Determines what happens if the contents of a container (for example, a DIV or a P) exceed its size. These
properties control the expansion as follows:
Visible increases the containers size so that all of its contents are visible. The container expands down and to the
right.
Hidden maintains the containers size and clips any content that doesnt fit. No scroll bars are provided.
Scroll adds scroll bars to the container regardless of whether the contents exceed the container’s size. Specifically
providing scroll bars avoids confusion caused by the appearance and disappearance of scroll bars in a dynamic
environment. This option is not displayed in the Document window.
Auto makes scroll bars appear only when the container’s contents exceed its boundaries. This option is not
displayed in the Document window.
Placement Specifies the location and size of the content block. How the browser interprets the location depends on
the setting for Type. Size values are overridden if the content of the content block exceeds the specified size.
The default units for location and size are pixels. You can also specify the following units: pc (picas), pt (points), in
(inches), mm (millimeters), cm (centimeters), (ems), (exs), or % (percentage of the parents value). The
abbreviations must follow the value without a space: for example, 3mm.
Clip Defines the part of the content that is visible. If you specify a clipping region, you can access it with a scripting
language such as JavaScript and manipulate the properties to create special effects such as wipes. These wipes can
be set up by using the Change Property behavior.
4 When you are finished setting these options, select another CSS category on the left side of the panel to set additional
style properties, or click OK.
Define CSS style extension properties
Extensions style properties include filters, page break, and pointer options.
Note: There are a number of other extension properties available in Dreamweaver, but to access them, you need to go
through the CSS Styles panel. You can easily see a list of extension properties available by opening the CSS Styles panel
(Windows > CSS Styles), clicking the Show Category View button at the bottom of the panel, and expanding the Extensions
category.
1 Open the CSS Styles panel (Shift + F11) if it isn’t already open.
2 Double-click an existing rule or property in the top pane of the CSS Styles panel.
Seitenansicht 212
1 2 ... 208 209 210 211 212 213 214 215 216 217 218 ... 699 700

Kommentare zu diesen Handbüchern

Keine Kommentare