<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Beschreibung">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">style, CSSStyleDeclaration</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Ganz allgemein ist ein <span class="literal">style</span>-Objekt der Zugriffspunkt, &uuml;ber den ein Skript die individuellen Stilattribute eines bestimmten Elements lesen und schreiben kann. Dieses <span class="literal">style</span>-Objekt kann die einzelnen vom Browser unterst&uuml;tzten Stylesheet-Attribute (die in Kapitel 11 beschriebenen CSS-Attribute) offen legen.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>In der Praxis ist ein <span class="literal">style</span>-Attribut, auf das Sie &uuml;ber die <span class="literal">style</span>-Eigenschaft (eine der weiter vorne in diesem Kapitel beschriebenen gemeinsamen Eigenschaften) eines HTML-Elementobjekts zugreifen, in seiner Reichweite jedoch eingeschr&auml;nkt: Es spiegelt nur die CSS-Einstellungen wider, die &uuml;ber das <span class="literal">style</span>-Attribut im Tag des Elements explizit definiert oder der <span class="literal">style</span>-Eigenschaft des Elements in einem Skript zugewiesen wurden. Die dargestellten Merkmale des Elements werden jedoch auch von anderen mit dem Browser (internen Stylesheets) und dem Dokument verkn&uuml;pften Stylesheets (im <span class="literal">&lt;style&gt;</span>-Element definierten expliziten Stylesheet-Regeln und &uuml;ber ein <span class="literal">link</span>-Element oder eine <span class="literal">@import</span>-Regel importierten Regeln) beeinflusst. Die Gesamtheit aller ein Element betreffenden Stylesheet-Attribute  die effektive Stildefinition  kann gelesen werden, jedoch nur &uuml;ber eine browserabh&auml;ngige Syntax. IE verwendet die Eigenschaft <span class="literal">currentStyle</span> eines Elements, Netscape 6 hingegen die W3C-DOM-Methode <span class="literal">window.getComputedStyle( )</span>. Beide Syntaxformate geben ein Objekt zur&uuml;ck, mit dessen Hilfe das Skript die Werte der einzelnen effektiven Stilattribute untersuchen kann.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>W&auml;hrend die drei IE-Stilobjekte <span class="literal">style</span>, <span class="literal">currentStyle</span> und <span class="literal">runtimeStyle</span> ein <span class="literal">style</span>-Objekt mit Eigenschaften zur&uuml;ckgeben, die die CSS-Stilattribute offen legen, ist die Situation bei Netscape 6 etwas komplizierter. Auf der einen Seite implementiert Netscape 6 eine Version des W3C-DOM-Objekts <span class="literal">CSSStyleDeclaration</span>, das alle CSS-Attribute als Eigenschaften offen legt. Diese Version ist &uuml;ber die <span class="literal">style</span>-Eigenschaft eines Elements erreichbar (genau wie bei IE, sodass die <span class="literal">style</span>-Eigenschaft eines Elementobjekts unabh&auml;ngig von der Art des Browsers funktioniert). Wenn Sie jedoch mithilfe der Methode <span class="literal">window.getComputedStyle( )</span> das effektive Stylesheet lesen, legt das Objekt, das zur&uuml;ckgegeben wird, die CSS-Attribute nicht direkt als Eigenschaften offen. Stattdessen m&uuml;ssen Sie die unten aufgef&uuml;hrten <span class="literal">CSSStyleDeclaration</span>-Methoden verwenden, um einen bestimmten Attributwert anhand seines Namens zu untersuchen. Dieses Verfahren f&uuml;r den Zugriff auf den Wert eines bestimmten effektiven Stilattributs ist langwieriger, passt zugleich jedoch auch sehr gut zu anderen Attributzugriffssyntaxformaten, die im W3C-DOM verwendet werden. Dieser Unterschied zwischen den verschiedenen Browsern betrifft Sie nur, wenn Sie das effektive Stilattribut eines unmodifizierten Stils anzeigen m&uuml;ssen. Nachdem Sie einen Attributwert &uuml;ber die <span class="literal">style</span>-Eigenschaft des Elementobjekts festgelegt haben, k&ouml;nnen Sie ihn unabh&auml;ngig vom Browser aus der <span class="literal">style</span>-Eigenschaft abrufen.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>In diesem Abschnitt finden Sie eine Liste der verf&uuml;gbaren <span class="literal">style</span>-Objekteigenschaften sowie der formalen Netscape 6-Methoden (W3C-DOM) f&uuml;r den Zugriff auf diese Attribute. Das W3C-DOM fasst einen gro&szlig;en Teil der <span class="literal">style</span>-Objekteigenschaften in einem Sammelobjekt namens <span class="literal">CSS2Properties</span> zusammen. Die Spezifikation stellt das <span class="literal">CSS2Properties</span>-Objekt als optionales Hilfsobjekt f&uuml;r die Browser bereit. Zum Gl&uuml;ck implementiert Netscape 6 das <span class="literal">CSS2Properties</span>-Objekt zumindest f&uuml;r die Elementobjekteigenschaft <span class="literal">style</span>, wodurch das browser&uuml;bergreifende Scripting erleichtert wird.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Die in der unten stehenden Liste aufgef&uuml;hrten Eigenschaften des <span class="literal">style</span>-Objekts entsprechen den CSS-Attributen. Weitere Informationen zu einer bestimmten Eigenschaft finden Sie in der entsprechenden Liste in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Objektmodellreferenz</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span><span class="literal">[window.]document.getElementById("</span><span class="replaceable">elementID</span><span class="literal">").style</span>
</li><li><span class="literal"></span><span class="literal">[window.]document.styleSheets[i].rules[j].style</span></li><li><span class="literal"></span><span class="literal">[window.]document.styleSheets[i].cssRules[j].style</span></li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectspecificproperties"><span class="title">Objektspezifische Eigenschaften</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><tr><td><span class="literal">accelerator</span></td><td><span class="literal">azimuth</span></td><td><span class="literal">background</span></td>
								</tr>
								<tr><td><span class="literal">backgroundAttachment</span></td><td><span class="literal">backgroundColor</span></td><td><span class="literal">backgroundImage</span></td>
								</tr>
								<tr><td><span class="literal">backgroundPosition</span></td><td><span class="literal">backgroundPositionX</span></td><td><span class="literal">backgroundPositionY</span></td>
								</tr>
								<tr><td><span class="literal">backgroundRepeat</span></td><td><span class="literal">behavior</span></td><td><span class="literal">blockDirection</span></td>
								</tr>
								<tr><td><span class="literal">border</span></td><td><span class="literal">borderBottom</span></td><td><span class="literal">borderBottomColor</span></td>
								</tr>
								<tr><td><span class="literal">borderBottomStyle</span></td><td><span class="literal">borderBottomWidth</span></td><td><span class="literal">borderCollapse</span></td>
								</tr>
								<tr><td><span class="literal">borderColor</span></td><td><span class="literal">borderLeft</span></td><td><span class="literal">borderLeftColor</span></td>
								</tr>
								<tr><td><span class="literal">borderLeftStyle</span></td><td><span class="literal">borderLeftWidth</span></td><td><span class="literal">borderRight</span></td>
								</tr>
								<tr><td><span class="literal">borderRightColor</span></td><td><span class="literal">borderRightStyle</span></td><td><span class="literal">borderRightWidth</span></td>
								</tr>
								<tr><td><span class="literal">borderSpacing</span></td><td><span class="literal">borderStyle</span></td><td><span class="literal">borderTop</span></td>
								</tr>
								<tr><td><span class="literal">borderTopColor</span></td><td><span class="literal">borderTopStyle</span></td><td><span class="literal">borderTopWidth</span></td>
								</tr>
								<tr><td><span class="literal">borderWidth</span></td><td><span class="literal">bottom</span></td><td><span class="literal">captionSide</span></td>
								</tr>
								<tr><td><span class="literal">clear</span></td><td><span class="literal">clip</span></td><td><span class="literal">clipBottom</span></td>
								</tr>
								<tr><td><span class="literal">clipLeft</span></td><td><span class="literal">clipRight</span></td><td><span class="literal">clipTop</span></td>
								</tr>
								<tr><td><span class="literal">color</span></td><td><span class="literal">content</span></td><td><span class="literal">counterIncrement</span></td>
								</tr>
								<tr><td><span class="literal">counterReset</span></td><td><span class="literal">cssFloat</span></td><td><span class="literal">cssText</span></td>
								</tr>
								<tr><td><span class="literal">cue</span></td><td><span class="literal">cueAfter</span></td><td><span class="literal">cueBefore</span></td>
								</tr>
								<tr><td><span class="literal">cursor</span></td><td><span class="literal">direction</span></td><td><span class="literal">display</span></td>
								</tr>
								<tr><td><span class="literal">elevation</span></td><td><span class="literal">emptyCells</span></td><td><span class="literal">filter</span></td>
								</tr>
								<tr><td><span class="literal">font</span></td><td><span class="literal">fontFamily</span></td><td><span class="literal">fontSize</span></td>
								</tr>
								<tr><td><span class="literal">fontSizeAdjust</span></td><td><span class="literal">fontStretch</span></td><td><span class="literal">fontStyle</span></td>
								</tr>
								<tr><td><span class="literal">fontVariant</span></td><td><span class="literal">fontWeight</span></td><td><span class="literal">height</span></td>
								</tr>
								<tr><td><span class="literal">imeMode</span></td><td><span class="literal">layoutFlow</span></td><td><span class="literal">layoutGrid</span></td>
								</tr>
								<tr><td><span class="literal">layoutGridChar</span></td><td><span class="literal">layoutGridLine</span></td><td><span class="literal">layoutGridMode</span></td>
								</tr>
								<tr><td><span class="literal">layoutGridType</span></td><td><span class="literal">left</span></td><td><span class="literal">letterSpacing</span></td>
								</tr>
								<tr><td><span class="literal">lineBreak</span></td><td><span class="literal">lineHeight</span></td><td><span class="literal">listStyle</span></td>
								</tr>
								<tr><td><span class="literal">listStyleImage</span></td><td><span class="literal">listStylePosition</span></td><td><span class="literal">listStyleType</span></td>
								</tr>
								<tr><td><span class="literal">margin</span></td><td><span class="literal">marginBottom</span></td><td><span class="literal">marginLeft</span></td>
								</tr>
								<tr><td><span class="literal">marginRight</span></td><td><span class="literal">marginTop</span></td><td><span class="literal">markerOffset</span></td>
								</tr>
								<tr><td><span class="literal">marks</span></td><td><span class="literal">maxHeight</span></td><td><span class="literal">maxWidth</span></td>
								</tr>
								<tr><td><span class="literal">minHeight</span></td><td><span class="literal">minWidth</span></td><td><span class="literal">MozBinding</span></td>
								</tr>
								<tr><td><span class="literal">MozOpacity</span></td><td><span class="literal">orphans</span></td><td><span class="literal">outline</span></td>
								</tr>
								<tr><td><span class="literal">outlineColor</span></td><td><span class="literal">outlineStyle</span></td><td><span class="literal">outlineWidth</span></td>
								</tr>
								<tr><td><span class="literal">overflow</span></td><td><span class="literal">overflowX</span></td><td><span class="literal">overflowY</span></td>
								</tr>
								<tr><td><span class="literal">padding</span></td><td><span class="literal">paddingBottom</span></td><td><span class="literal">paddingLeft</span></td>
								</tr>
								<tr><td><span class="literal">paddingRight</span></td><td><span class="literal">paddingTop</span></td><td><span class="literal">page</span></td>
								</tr>
								<tr><td><span class="literal">pageBreakAfter</span></td><td><span class="literal">pageBreakBefore</span></td><td><span class="literal">pageBreakInside</span></td>
								</tr>
								<tr><td><span class="literal">pause</span></td><td><span class="literal">pauseAfter</span></td><td><span class="literal">pauseBefore</span></td>
								</tr>
								<tr><td><span class="literal">pitch</span></td><td><span class="literal">pitchRange</span></td><td><span class="literal">pixelBottom</span></td>
								</tr>
								<tr><td><span class="literal">pixelHeight</span></td><td><span class="literal">pixelLeft</span></td><td><span class="literal">pixelRight</span></td>
								</tr>
								<tr><td><span class="literal">pixelTop</span></td><td><span class="literal">pixelWidth</span></td><td><span class="literal">playDuring</span></td>
								</tr>
								<tr><td><span class="literal">posBottom</span></td><td><span class="literal">posHeight</span></td><td><span class="literal">posLeft</span></td>
								</tr>
								<tr><td><span class="literal">posRight</span></td><td><span class="literal">posTop</span></td><td><span class="literal">posWidth</span></td>
								</tr>
								<tr><td><span class="literal">position</span></td><td><span class="literal">quotes</span></td><td><span class="literal">richness</span></td>
								</tr>
								<tr><td><span class="literal">right</span></td><td><span class="literal">rubyAlign</span></td><td><span class="literal">rubyOverhang</span></td>
								</tr>
								<tr><td><span class="literal">rubyPosition</span></td><td><span class="literal">scrollbar3dLightColor</span></td><td><span class="literal">scrollbarArrowColor</span></td>
								</tr>
								<tr><td><span class="literal">scrollbarBaseColor</span></td><td><span class="literal">scrollbarDarkShadowColor</span></td><td><span class="literal">scrollbarFaceColor</span></td>
								</tr>
								<tr><td><span class="literal">scrollbarHighlightColor</span></td><td><span class="literal">scrollbarShadowColor</span></td><td><span class="literal">scrollbarTrackColor</span></td>
								</tr>
								<tr><td><span class="literal">size</span></td><td><span class="literal">speak</span></td><td><span class="literal">speakHeader</span></td>
								</tr>
								<tr><td><span class="literal">speakNumeral</span></td><td><span class="literal">speakPunctuation</span></td><td><span class="literal">speechRate</span></td>
								</tr>
								<tr><td><span class="literal">stress</span></td><td><span class="literal">styleFloat</span></td><td><span class="literal">tableLayout</span></td>
								</tr>
								<tr><td><span class="literal">textAlign</span></td><td><span class="literal">textAlignLast</span></td><td><span class="literal">textAutospace</span></td>
								</tr>
								<tr><td><span class="literal">textDecoration</span></td><td><span class="literal">textDecorationBlink</span></td><td><span class="literal">textDecorationLineThrough</span></td>
								</tr>
								<tr><td><span class="literal">textDecorationNone</span></td><td><span class="literal">textDecorationOverline</span></td><td><span class="literal">textDecorationUnderline</span></td>
								</tr>
								<tr><td><span class="literal">textIndent</span></td><td><span class="literal">textJustify</span></td><td><span class="literal">textKashidaSpace</span></td>
								</tr>
								<tr><td><span class="literal">textOverflow</span></td><td><span class="literal">textShadow</span></td><td><span class="literal">textTransform</span></td>
								</tr>
								<tr><td><span class="literal">textUnderlinePosition</span></td><td><span class="literal">top</span></td><td><span class="literal">unicodeBidi</span></td>
								</tr>
								<tr><td><span class="literal">verticalAlign</span></td><td><span class="literal">visibility</span></td><td><span class="literal">voiceFamily</span></td>
								</tr>
								<tr><td><span class="literal">volume</span></td><td><span class="literal">whiteSpace</span></td><td><span class="literal">widows</span></td>
								</tr>
								<tr><td><span class="literal">width</span></td><td><span class="literal">wordBreak</span></td><td><span class="literal">wordSpacing</span></td>
								</tr>
								<tr><td><span class="literal">wordWrap</span></td><td><span class="literal">writingMode</span></td><td><span class="literal">zIndex</span></td>
								</tr>
								<tr><td><span class="literal">zoom</span></td><td></td><td></td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectspecificmethods"><span class="title">Objektspezifische Methoden</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><tr><td><span class="literal">getPropertyCSSValue( )</span></td><td><span class="literal">getPropertyPriority( )</span></td><td><span class="literal">getPropertyValue( )</span></td>
								</tr>
								<tr><td><span class="literal">item( )</span></td><td><span class="literal">removeProperty( )</span></td><td><span class="literal">setProperty( )</span></td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectspecificeventhandlerproperties"><span class="title">Objektspezifische Ereignisbehandlungsroutineneigenschaften</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keine. </p>
					</td>
				</tr>
			</table>
		</div><div id="accelerator">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">accelerator</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Siehe text.</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei IE ab Version 5 unter Windows 2000 oder neueren Windows-Versionen kann der Benutzer in den Voreinstellungen festlegen, dass beim Bet&auml;tigen der <span class="emphasis">Alt</span>-Taste die Schnellzugriffstasten f&uuml;r die Befehle (oder die <span class="literal">accessKey</span>-Buchstaben f&uuml;r Webseiten) unterstrichen dargestellt werden. Die Tasteneigenschaft <span class="literal">accelerator</span> bestimmt, ob das Element als hervorhebbare Schnellzugriffstaste behandelt wird. Nur als Eigenschaft f&uuml;r die IE-Objekte <span class="literal">currentStyle</span> (schreibgesch&uuml;tzt) und <span class="literal">runtimeStyle</span> (lesen/schreiben) verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("controlH").style.accelerator = true;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Boolescher Wert: <span class="literal">true</span> | <span class="literal">false</span>.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">false</span></p>
					</td>
				</tr>
			</table>
		</div><div id="azimuth, cue, cueAfter, cueBefore, elevation, pause, pauseAfter, pauseBefore, pitch, pitchRange, playDuring, richness, speak, speakHeader, speakNumeral, speakPunctuation, speechRate, stress, voiceFamily, volume">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">azimuth, cue, cueAfter, cueBefore, elevation, pause, pauseAfter, pauseBefore, pitch, pitchRange, playDuring, richness, speak, speakHeader, speakNumeral, speakPunctuation, speechRate, stress, voiceFamily, volume</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Diese gro&szlig;e Gruppe von Eigenschaften stammt von CSS-Attributen f&uuml;r Browser, die Dokumentinhalte mithilfe von Sprachsyntheseverfahren akustisch wiedergeben. Man muss nicht sehbehindert sein, um von dieser M&ouml;glichkeit zu profitieren, die im Leistungsumfang von Netscape 6 standardm&auml;&szlig;ig leider nicht enthalten ist. Es ist denkbar, dass ein anderer Hersteller einen Browser mit Sprachsynthesefunktionen auf Basis der Mozilla-Engine entwickelt wird. Das Mozilla-DOM bietet jedenfalls alle Voraussetzungen f&uuml;r den Einsatz der entsprechenden Stileigenschaften in einem Skript. In der Zwischenzeit dienen sie in Netscape 6 einfach als Platzhalter. Weitere Informationen zu diesen CSS-Attributen finden Sie in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Alle Werte f&uuml;r diese Eigenschaften sind Zeichenfolgen.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="background">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">background</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt das Stylesheet-Attribut <span class="literal">background</span> des Elements bereit. Dies ist ein Kurzattribut, daher besteht die Eigenschaft im Skript aus einer Zeichenfolge mit durch Leerzeichen getrennten Werten f&uuml;r die Eigenschaftenwerte <span class="literal">backgroundAttachment</span>, <span class="literal">backgroundColor</span>, <span class="literal">backgroundImage</span>, <span class="literal">backgroundPosition</span> und <span class="literal">backgroundRepeat</span>. Der <span class="literal">background</span>-Wert kann einen oder mehrere Werte enthalten, und die einzelnen Werte k&ouml;nnen in beliebiger Reihenfolge auftreten. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.background = "url(logo.gif) repeat-y";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit durch Leerzeichen getrennten Werten entsprechend einer oder mehrerer einzelner Hintergrundstileigenschaften.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundAttachment">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundAttachment</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, wie das Bild an das Element "angef&uuml;gt" wird. Das Bild kann entweder fest in einen anzeigbaren Bereich des Elements bleiben (dem Viewport), oder es kann mit dem Element rollen, wenn ein Bildlauf im Dokument durchgef&uuml;hrt wird. Beim Bildlauf wirkt eine fixierte Anbringung wie ein feststehender Hintergrund beim Abspann eines Films.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.backgroundAttachment = "fixed";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge eines der zul&auml;ssigen Werte: <span class="literal">fixed</span> | <span class="literal">scroll</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">scroll</span></p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundColor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundColor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Hintergrundfarbe des Elements an. Falls Sie auch ein <span class="literal">backgroundImage</span> festlegen, &uuml;berlagert das Bild die Farbe. Die Farbe scheint jedoch bei den transparenten Pixeln des Bildes durch.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("highlighted").style.backgroundColor = "yellow";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Beliebiger Farbwert (siehe Beschreibung am Beginn des Kapitels) oder <span class="literal">transparent</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">transparent</span></p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundImage">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundImage</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>URL des Hintergrundbildes des Elements. Falls Sie auch eine <span class="literal">backgroundColor</span> festlegen, &uuml;berlagert das Bild die Farbe. Die Farbe scheint jedoch bei den transparenten Pixeln des Bildes durch.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("navbar").style.backgroundImage =
"url(images/navVisited.jpg)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine beliebige vollst&auml;ndige oder relative URL einer Bilddatei im CSS-URL-Format: <span class="literal">url(</span><span class="replaceable">filePath</span><span class="literal">)</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundPosition">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundPosition</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die linke obere Position eines Hintergrundbildes in Bezug auf den Inhaltsbereich (einschlie&szlig;lich Auff&uuml;llung) des Elements an. Die Positionen k&ouml;nnen als L&auml;ngenwerte (in Einheiten oder in Prozent) oder anhand der Konstanten <span class="literal">top</span>, <span class="literal">right</span>, <span class="literal">bottom</span>, <span class="literal">left</span> und <span class="literal">center</span> angegeben werden. Die Eigenschaft hat keine Auswirkung auf Hintergrundbilder, die auf dem Bildschirm entlang beider Achsen wiederholt dargestellt werden. Einige Werttypen funktionieren in IE 4 nicht (oder nicht ordnungsgem&auml;&szlig;). Nur als Eigenschaft der IE-Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("div3").style.backgroundPosition = "20% 50%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge mit einem Wert (der sowohl auf die horizontale als auch auf die vertikale Achse angewendet wird) oder einem durch ein Leerzeichen getrennten Wertepaar. Als Werte k&ouml;nnen explizite L&auml;ngenwerte (mit Einheiten, wie in <span class="literal">30px</span>
<span class="literal">5px</span>), Prozentwerte (z.B. <span class="literal">50% 50%</span>) oder sinnvolle und aussagekr&auml;ftige Kombinationen von Positionskonstanten verwendet werden.
</p>
					</td>
				</tr>
				<tr>
					<td colspan="2"><p>Prozentwerte werden logisch interpoliert. Der Wert <span class="literal">0%</span> bedeutet beispielsweise, dass das Bild direkt am linken oder oberen Rand des Elementblocks anliegt, der Wert <span class="literal">50%</span> zentriert das Bild entlang der vertikalen oder der horizontalen Achse, und der Wert <span class="literal">100%</span> verschiebt das Bild an den rechten oder unteren Rand.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><th>Konstantenwertepaar</th><th>&Auml;quivalenter Prozentwert</th><th>Konstantenwertepaar</th><th>&Auml;quivalenter Prozentwert</th><tr><td>top left</td><td>0% 0%</td><td>center center</td><td>50% 50%</td>
								</tr>
								<tr><td>left top</td><td>0% 0%</td><td>right </td><td>100% 50%</td>
								</tr>
								<tr><td>top</td><td>50% 0%</td><td>right center</td><td>100% 50%</td>
								</tr>
								<tr><td>top center</td><td>50% 0%</td><td>center right</td><td>100% 50%</td>
								</tr>
								<tr><td>center top</td><td>50% 0%</td><td>bottom left</td><td>0% 100%</td>
								</tr>
								<tr><td>right top</td><td>100% 0%</td><td>left bottom</td><td>0% 100%</td>
								</tr>
								<tr><td>top right</td><td>100% 0%</td><td>bottom</td><td>50% 100%</td>
								</tr>
								<tr><td>left</td><td>0% 50%</td><td>bottom center</td><td>50% 100%</td>
								</tr>
								<tr><td>left center</td><td>0% 50%</td><td>center bottom</td><td>50% 100%</td>
								</tr>
								<tr><td>center left</td><td>0% 50%</td><td>bottom right </td><td>100% 100%</td>
								</tr>
								<tr><td>center</td><td>50% 50%</td><td>right bottom</td><td>100% 100%</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0%</span> <span class="literal">0%</span></p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundPositionX, backgroundPositionY">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundPositionX, backgroundPositionY</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Geben die linke und die obere Position des Hintergrundbildes in Bezug auf den Inhaltsbereich (einschlie&szlig;lich Auff&uuml;llung) des Elements an. Hilfreich, wenn Sie das Hintergrundbild nur entlang einer Achse ausrichten und seine Position auf der anderen Achse dabei nicht ver&auml;ndern m&ouml;chten. Bei IE 4 gelten f&uuml;r diese Eigenschaft dieselben Einschr&auml;nkungen wie f&uuml;r die Eigenschaft <span class="literal">backgroundPosition</span>.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("div3").style.backgroundPositionX = "20px";
document.getElementById("table2").style.backgroundPositionY = "10px;"</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Sie sollten in der Lage sein, Prozentwerte anzugeben. Dies sind jeweils die Prozentwerte der H&ouml;he und Breite der vom Blockebenen-Element belegten Box. An diesem Punkt beginnt das Bild (bzw. die wiederholten Bilder). Das Festlegen von Prozentwerten funktioniert jedoch bei IE 4 f&uuml;r Windows nicht immer (und gar nicht beim Mac), obwohl sie als die Standard-Werteinheiten zur&uuml;ckgegeben werden. Am besten verwenden Sie Pixelwerte. Keine der zul&auml;ssigen Konstanten au&szlig;er <span class="literal">top</span> und <span class="literal">left</span> werden erkannt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span></p>
					</td>
				</tr>
			</table>
		</div><div id="backgroundRepeat">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">backgroundRepeat</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob und gegebenenfalls entlang welcher Achsen ein mit der Eigenschaft <span class="literal">backgroundImage</span> angegebenes Hintergrundbild wiederholt wird. Sie k&ouml;nnen sich wiederholende Hintergrundbilder verwenden, um mit einigen wenigen Einstellungen horizontale oder vertikale B&auml;nder zu erstellen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("div3").style.backgroundRepeat = "repeat-y";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Bei der Einstellung <span class="literal">no-repeat</span> wird lediglich eine Instanz des Bildes an der durch die Eigenschaft <span class="literal">backgroundPosition</span> festgelegten Position angezeigt (Standardeinstellung ist die linke obere Ecke). Normale Wiederholungen werden entlang beider Achsen ausgef&uuml;hrt, aber Sie k&ouml;nnen das Bild abw&auml;rts in einer einzelnen Spalte (<span class="literal">repeat-y</span>) oder entlang einer einzelnen Zeile (<span class="literal">repeat-x</span>) wiederholen lassen. Wenn Sie die Standardeinstellung wiederherstellen m&ouml;chten, weisen Sie den Wert <span class="literal">repeat</span> zu.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">repeat</span></p>
					</td>
				</tr>
			</table>
		</div><div id="behavior">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">behavior</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob dem Element in IE f&uuml;r Windows ein externes Verhalten zugewiesen wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("div3").style.behavior = "url(#default#userData)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-formatierter URL-Wert, wobei die eigentliche URL auf eine externe .htc-Datei, auf die ID eines <span class="literal">object</span>-Elements, das ein ActiveX-Verhaltenssteuerelement in die Seite l&auml;dt, oder auf eines der eingebauten Standardverhalten (im Format <span class="literal">url(#default#</span><span class="replaceable">behaviorName</span><span class="literal">)</span>) verweist.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="blockDirection">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">blockDirection</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Schreibgesch&uuml;tzt</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Schreibrichtung des aktuellen Elements zur&uuml;ck. Nur als Eigenschaft des IE-Objekts <span class="literal">currentStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>if (document.getElementById("myDIV").style.blockDirection = "rtl") &#123;
    // process right-to-left text
}</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">ltr</span> | <span class="literal">rtl</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">ltr</span></p>
					</td>
				</tr>
			</table>
		</div><div id="border">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">border</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt eine Kurzschrift-Eigenschaft f&uuml;r das Abrufen oder Festlegen der Eigenschaften <span class="literal">borderColor</span>, <span class="literal">borderStyle</span> und/oder <span class="literal">borderWidth</span> aller vier R&auml;nder eines Elements in einer einzelnen Anweisung bereit. Sie m&uuml;ssen einen Rahmenstil angeben (siehe <span class="literal">borderStyle</span>), damit sich &Auml;nderungen dieser Eigenschaft auf die Darstellung des Elementrahmens auswirken. Wenn Sie keinen Stil angeben, erh&auml;lt das Element keinen Rahmen. Mit verschiedenen weiteren Eigenschaften k&ouml;nnen Sie die Breite, den Stil und die Farbe der einzelnen R&auml;nder oder R&auml;ndergruppen einstellen, wenn nicht alle vier R&auml;nder gleich eingestellt werden sollen. Nur die Komponenteneinstellungen, die ausdr&uuml;cklich in den Tag-Attributen des Elements vorgenommen wurden, werden in der Eigenschaft widergespiegelt. Sie k&ouml;nnen aber auch Komponenten zuweisen, die kein Teil des Original-Tags sind. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.border = "inset red 4px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge, deren Eintr&auml;ge durch Leerzeichen getrennt sind. Die Komponentenwerte f&uuml;r <span class="literal">borderStyle</span> und <span class="literal">borderWidth</span> finden Sie in den Abschnitten &uuml;ber diese Eigenschaften in diesem Kapitel. Weitere Informationen zum Wert <span class="literal">borderColor</span> entnehmen Sie bitte dem Abschnitt &uuml;ber CSS-Farben am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="borderBottom, borderLeft, borderRight, borderTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderBottom, borderLeft, borderRight, borderTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies sind die Kurzschrift-Eigenschaften zum Abrufen oder Festlegen der Eigenschaften <span class="literal">borderColor</span>, <span class="literal">borderStyle</span> und/oder <span class="literal">borderWidth</span> aller vier R&auml;nder eines Elements in einer einzelnen Anweisung. Sie m&uuml;ssen einen Rahmenstil angeben (siehe <span class="literal">borderStyle</span>), damit sich &Auml;nderungen dieser Eigenschaften auf die Darstellung des Elementrahmens auswirken. Wenn Sie keinen Stil angeben, erh&auml;lt das Element f&uuml;r den entsprechenden Rand keinen Rahmen. Wenn alle vier R&auml;nder gleich sein sollen, lesen Sie die Angaben &uuml;ber das Attribut <span class="literal">border</span>. Nur die Komponenteneinstellungen, die ausdr&uuml;cklich in den Tag-Attributen des Elements vorgenommen wurden, werden in der Eigenschaft widergespiegelt. Sie k&ouml;nnen aber auch Komponenten zuweisen, die kein Teil des Original-Tags sind. Nur in IE als Eigenschaften der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderBottom = "inset red 4px";
document.getElementById("announce").style.borderLeft = "solid #20ff00 2px";
document.getElementById("announce").style.borderRight = "double 3px";
document.getElementById("announce").style.borderTop = "outset red 8px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge, deren Eintr&auml;ge durch Leerzeichen getrennt sind. Informationen zu den Komponentenwerte <span class="literal">border</span><span class="replaceable">Side</span><span class="literal">Style</span> und <span class="literal">border</span><span class="replaceable">Side</span><span class="literal">Width</span> finden Sie in den Abschnitten &uuml;ber diese Eigenschaften in diesem Kapitel. Weitere Informationen zu den Formaten des Wertes <span class="literal">border</span><span class="replaceable">Side</span><span class="literal">Color</span> finden Sie in dem Abschnitt &uuml;ber Farben am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="borderBottomColor, borderLeftColor, borderRightColor, borderTopColor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderBottomColor, borderLeftColor, borderRightColor, borderTopColor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt die Farbe eines einzelnen Rands eines Elementrahmens bereit. Diese Eigenschaften k&ouml;nnen leicht durcheinander gebracht werden, wenn Farben gemischt werden, die nicht zusammen geh&ouml;ren. Informationen zum Definieren der Farbe f&uuml;r R&auml;ndergruppen in einer einzelnen Anweisung finden Sie auch unter dem <span class="literal">borderColor</span>-Attribut.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderBottomColor = "red";
document.getElementById("announce").style.borderLeftColor = "#20ff00";
document.getElementById("announce").style.borderRightColor = "rgb(100, 75, 0)";
document.getElementById("announce").style.borderTopColor = "rgb(90%, 0%, 25%)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Weitere Informationen zu CSS-Farbwerten finden Sie im Abschnitt &uuml;ber Farben am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="borderBottomStyle, borderLeftStyle, borderRightStyle, borderTopStyle">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderBottomStyle, borderLeftStyle, borderRightStyle, borderTopStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt den Linienstil eines einzelnen Rands eines Elementrahmens bereit. Die randspezifischen Attribute erm&ouml;glichen Ihnen auch das &Uuml;berschreiben eines Stils, der mit den Eigenschaften <span class="literal">border</span> oder <span class="literal">borderStyle</span> f&uuml;r alle vier R&auml;nder festgelegt wurde. Weitere Informationen zum Definieren des Stils von R&auml;ndergruppen in einer einzelnen Anweisung finden Sie auch unter der <span class="literal">borderStyle</span>-Eigenschaft.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderBottomStyle = "groove";
document.getElementById("announce").style.borderLeftStyle = "double";
document.getElementById("announce").style.borderRightStyle = "solid";
document.getElementById("announce").style.borderTopStyle = "inset";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Stilwerte sind von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten, die bestimmten Arten der Darstellung von Rahmenlinien zugeordnet sind. Die CSS-Style-Konstanten lauten: <span class="literal">dashed</span>, <span class="literal">dotted</span>, <span class="literal">double</span>, <span class="literal">groove</span>, <span class="literal">hidden</span>, <span class="literal">inset</span>, <span class="literal">none</span>, <span class="literal">outset</span>, <span class="literal">ridge</span> und <span class="literal">solid</span>. Nicht alle Browser erkennen alle Werte in der CSS-Empfehlung. Weitere Informationen zu den verf&uuml;gbaren Rahmenstilen finden Sie in der Liste der <span class="literal">border-style</span>-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="borderBottomWidth, borderLeftWidth, borderRightWidth, borderTopWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderBottomWidth, borderLeftWidth, borderRightWidth, borderTopWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellen die Breite eines einzelnen Rands eines Elementrahmens bereit. Weitere Informationen zum Definieren der Breite von R&auml;ndergruppen in einer einzelnen Anweisung finden Sie auch unter der <span class="literal">borderWidth</span>-Eigenschaft.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderBottomWidth= "thin";
document.getElementById("announce").style.borderLeftWidth = "thick";
document.getElementById("announce").style.borderRightWidth = "2px";
document.getElementById("announce").style.borderTopWidth = "0.5em";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Drei von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten  <span class="literal">thin</span> | <span class="literal">medium</span> | <span class="literal">thick </span> erm&ouml;glichen es dem Browser, exakt zu definieren, wie viele Pixel zur Darstellung des Rahmens verwendet werden sollen. Wenn Sie den Rahmen pr&auml;ziser einstellen m&ouml;chten, k&ouml;nnen Sie auch einen L&auml;ngenwert zuweisen (weitere Informationen hierzu finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">medium</span></p>
					</td>
				</tr>
			</table>
		</div><div id="borderCollapse">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderCollapse</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, welches Tabellenrahmenmodell das <span class="literal">table</span>-Element verwenden soll.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myTable").style.borderCollapse = "separate";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zwei von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolgenkonstanten: <span class="literal">collapse</span> | <span class="literal">separate</span>. In IE 5 f&uuml;r Macintosh und Netscape 6 wirken sich &Auml;nderungen an dieser Eigenschaft nicht auf die Darstellung aus.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">separate</span></p>
					</td>
				</tr>
			</table>
		</div><div id="borderColor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderColor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Ein Kurzattribut, mit dem mehrere R&auml;nder auf die gleiche oder unterschiedliche Farben gesetzt werden k&ouml;nnen. Sie k&ouml;nnen bis zu vier durch Leerzeichen getrennte Farbwerte angeben. Die Anzahl der Werte bestimmt, welchen Seiten der jeweilige Stil zugewiesen wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderColor = "red";
document.getElementById("announce").style.borderColor = "red green";
document.getElementById("announce").style.borderColor =
"black rgb(100, 75, 0) #c0c0c0";
document.getElementById("announce").style.borderColor = "yellow green blue red";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Diese Eigenschaft akzeptiert ein, zwei, drei oder vier Farbwerte in Form einer Zeichenfolge (wobei <span class="literal">transparent</span> ebenfalls als Farbe gilt), je nachdem, wie viele und welche R&auml;nder Sie auf eine bestimmte Farbe einstellen m&ouml;chten. Ausf&uuml;hrliche Informationen dazu, wie sich die Anzahl der Werte auf diese Eigenschaft auswirkt, finden Sie in der Liste der <span class="literal">border-color</span>-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Die <span class="literal">color</span>-Eigenschaft des Objekts (wenn sie definiert ist).
</p>
					</td>
				</tr>
			</table>
		</div><div id="borderSpacing">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderSpacing</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert den Abstand zwischen den Tabellenzellen, wenn die Tabelle im Standardmodus mit separaten Rahmen dargestellt wird. Funktioniert &auml;hnlich wie die Eigenschaft <span class="literal">cellSpacing</span> eines <span class="literal">table</span>-Objekts. In IE 5 f&uuml;r den Macintosh wirken sich &Auml;nderungen dieses Eigenschaftswerts nicht auf die Darstellung aus.  Nur in IE als Eigenschaft des <span class="literal">style</span>-Objekts verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myTable").style.borderSpacing= "12px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-L&auml;ngenwert in Form einer Zeichenfolge (weitere Informationen finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="borderStyle">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie mehrere R&auml;nder eines Rahmens auf denselben Stil oder auf unterschiedliche Stile einstellen k&ouml;nnen. Sie k&ouml;nnen bis zu vier durch Leerzeichen getrennte Stilwerte definieren. Die Anzahl der Werte bestimmt, welchen Seiten der jeweilige Stil zugewiesen wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.borderStyle = "solid";
document.getElementById("announce").style.borderStyle = "solid double";
document.getElementById("announce").style.borderStyle =
"double groove groove double";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Stilwerte sind von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten, die bestimmten Arten der Darstellung von Rahmenlinien zugeordnet sind. Die CSS-Style-Konstanten lauten: <span class="literal">dashed</span>, <span class="literal">dotted</span>, <span class="literal">double</span>, <span class="literal">groove</span>, <span class="literal">hidden</span>, <span class="literal">inset</span>, <span class="literal">none</span>, <span class="literal">outset</span>, <span class="literal">ridge</span> und <span class="literal">solid</span>. Nicht alle Browser erkennen alle Werte in der CSS-Empfehlung. Weitere Informationen zu den verf&uuml;gbaren Rahmenstilen finden Sie in der Liste der <span class="literal">border-style</span>-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td colspan="2"><p>Diese Eigenschaft akzeptiert ein, zwei, drei oder vier Stilwerte in Form einer Zeichenfolge, je nachdem, wie viele und welche R&auml;nder Sie auf einen bestimmten Stil einstellen m&ouml;chten. Ausf&uuml;hrliche Informationen dazu, wie sich die Anzahl der Werte auf diese Eigenschaft auswirkt, finden Sie in der Liste der <span class="literal">border-style</span>-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="borderWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">borderWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie mehrere R&auml;nder eines Rahmens auf dieselbe Breite oder auf unterschiedliche Breiten einstellen k&ouml;nnen. Sie k&ouml;nnen bis zu vier durch Leerzeichen getrennte L&auml;ngenwerte definieren. Die Anzahl der Werte bestimmt, welchen Seiten die jeweilige Breite zugewiesen wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("founderQuote").style.borderWidth = "3px 5px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Drei von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten <span class="literal"> thin</span> | <span class="literal">medium</span> | <span class="literal">thick </span> erm&ouml;glichen es dem Browser, exakt zu definieren, wie viele Pixel zur Darstellung des Rahmens verwendet werden sollen. Wenn Sie den Rahmen pr&auml;ziser einstellen m&ouml;chten, k&ouml;nnen Sie auch einen L&auml;ngenwert zuweisen (weitere Informationen hierzu finden Sie in der Abhandlung der L&auml;ngenwerte am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td colspan="2"><p>Diese Eigenschaft akzeptiert ein, zwei, drei oder vier Werte, je nachdem, wie viele und welche R&auml;nder Sie auf eine bestimmte Breite einstellen m&ouml;chten. Ausf&uuml;hrliche Informationen dazu, wie sich die Anzahl der Werte auf diese Eigenschaft auswirkt, finden Sie in der Liste der <span class="literal">border-width</span>-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">medium</span></p>
					</td>
				</tr>
			</table>
		</div><div id="bottom">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">bottom</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert bei einem absolut positionierten Element die Position der unteren Kante eines Elementrechtecks (Inhalt plus untere Auff&uuml;llung, Rahmen und/oder Rand) in Bezug auf die untere Kante des n&auml;chst&auml;u&szlig;eren Blockinhaltscontainers. IE f&uuml;r Windows und Netscape 6 verhalten sich auf unvorhersehbare Weise, wenn das positionierte Element den Root-Positionierungskontext verwendet. Anstelle der Unterkante des Dokuments verwenden diese Browser die Unterkante des sichtbaren Browserfensters (in der CSS-Terminologie "Viewport" genannt) als Bezugspunkt. Dies bewirkt, dass die untere Position des Elements von der durch den Benutzer festgelegten Gr&ouml;&szlig;e des Browserfensters abh&auml;ngt. IE 5 f&uuml;r den Macintosh verwendet die Unterkante des Dokuments als Bezugspunkt. Aufgrund dieser Diskrepanz ist es praktischer, die <span class="literal">bottom</span>-Eigenschaft f&uuml;r ein positioniertes Element zu verwenden, das in einem anderen positionierten Element verschachtelt ist. Wenn das Element relativ positioniert ist, bezieht sich der Offset auf die Unterkante der Inline-Position, an der das Element normalerweise im Inhalt erscheinen w&uuml;rde.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>F&uuml;r numerische Berechnungen mit diesem Wert in IE rufen Sie die Stileigenschaften <span class="literal">pixelBottom</span> oder <span class="literal">posBottom</span> ab, die echte numerische Werte zur&uuml;ckgeben.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("blockD2").style.bottom = "35px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge, die aus einem numerischen Wert und einem L&auml;ngeneinheitenwert, einem Prozentwert oder <span class="literal">auto</span> besteht.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="captionSide">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">captionSide</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die Position eines in einem <span class="literal">table</span>-Element verschachtelten <span class="literal">caption</span>-Elements in Bezug auf das Rechteck der Tabelle fest.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myTable").style.captionSide = "bottom";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">bottom</span> | <span class="literal">left</span> | <span class="literal">right</span> | <span class="literal">top</span>. Manche Browser unterst&uuml;tzen m&ouml;glicherweise nur die Werte <span class="literal">bottom</span> und <span class="literal">top</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">top</span></p>
					</td>
				</tr>
			</table>
		</div><div id="clear">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">clear</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob das Element als unverankertes Element im gleichen horizontalen Band angezeigt werden kann. &Uuml;blicherweise ist bei einem benachbarten Element das Stilattribut <span class="literal">float</span> auf <span class="literal">left</span> oder <span class="literal">right</span> gesetzt. Um zu verhindern, dass das aktuelle Element im gleichen Band wie der unverankerte Block erscheint, setzen Sie die <span class="literal">clear</span>-Eigenschaft auf die gleiche Seite (<span class="literal">left</span> oder <span class="literal">right</span>). Wenn Sie nicht sicher sind, wo eine potenzielle &Uuml;berlappung auftreten k&ouml;nnte, setzen Sie die <span class="literal">clear</span>-Eigenschaft auf <span class="literal">both</span>. Ein Element, dessen Eigenschaft <span class="literal">clear</span> auf einen anderen Wert als <span class="literal">none</span> gesetzt ist, wird am Anfang der n&auml;chsten verf&uuml;gbaren Zeile unter dem unverankerten Element dargestellt.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.clear = "both";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">both</span> | <span class="literal">left</span> | <span class="literal">none</span> | <span class="literal">right</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="clip">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">clip</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert den Ausschneidebereich eines positionierbaren Elements. Der Ausschneidebereich ist der Teil der Elementebene, in dem Inhalt sichtbar ist. Das Ausschneiden funktioniert beim Internet Explorer 4 f&uuml;r Macintosh unter Umst&auml;nden nicht fehlerfrei. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("art2").style.clip = "rect(5px 100px 40px 0)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit der Konstanten <span class="literal">auto</span> oder der CSS-Attributeinstellung <span class="literal">clip</span>, mit der die Form (derzeit nur <span class="literal">rect</span>) und die Position der vier Schnittr&auml;nder in Bezug auf die linke obere Ecke des Originalelements angegeben wird. Beachten Sie beim Festlegen der L&auml;ngen f&uuml;r die Seiten des Rechtecks die Reihenfolge der Werte im Uhrzeigersinn: oben, rechts, unten, links. Weitere Informationen finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11. Mit dem Wert <span class="literal">auto</span> wird der Ausschnittsbereich auf den Block gesetzt, der den Inhalt umfasst. Im Internet Explorer kann die Breite bis zur Breite des n&auml;chst&auml;u&szlig;eren Containers (z.B. des <span class="literal">body</span>-Elements) reichen.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="clipBottom, clipLeft, clipRight, clipTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">clipBottom, clipLeft, clipRight, clipTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Schreibgesch&uuml;tzt</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt einen Schnittrand eines positionierbaren Elements zur&uuml;ck. Nur in IE als Eigenschaft des <span class="literal">currentStyle</span>-Objekts verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>var cl = document.getElementById("art2").style.clipLeft;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige L&auml;ngenzeichenfolge oder die Konstante <span class="literal">auto</span>. Weitere Informationen hierzu finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="color">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">color</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt das Stylesheet-Attribut <span class="literal">color</span> f&uuml;r den Vordergrund (Text) des Elements fest. Bei einigen grafisch orientierten Elementen wie z.B. Formularsteuerelementen kann das <span class="literal">color</span>-Attribut auch auf Elementr&auml;nder oder andere Merkmale angewendet werden. Solches au&szlig;ergew&ouml;hnliches Verhalten ist browserspezifisch und somit von Browser zu Browser unterschiedlich.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("specialDiv").style.color = "green";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige CSS-Farbspezifikation (weitere Informationen finden Sie in der Abhandlung am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">black</span></p>
					</td>
				</tr>
			</table>
		</div><div id="content">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">content</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert weitere Inhalte, die vor oder nach einem Element dargestellt werden sollen (gemeinsam mit den Pseudoklassen <span class="literal">:before</span> und <span class="literal">:after</span>). Obwohl die Eigenschaft in IE 5/Macintosh und Netscape 6 verf&uuml;gbar ist, enthalten die Werte leere Zeichenfolgen, und die dargestellten Inhalte (die nur in Netscape 6 zu sehen sind) werden durch die Zuweisung eines neuen Wertes nicht beeinflusst.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Siehe Beschreibung des CSS-Attributs <span class="literal">content</span> in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="counterIncrement, counterReset">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">counterIncrement, counterReset</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Diese Eigenschaften sind Platzhalter f&uuml;r k&uuml;nftige Implementierungen automatischer Z&auml;hlermechanismen, die in der CSS-Spezifikation definiert sind. Sie haben in den oben angegebenen Browsern bislang keine Funktion.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Siehe Beschreibung der CSS-Attribute <span class="literal">counterIncrement</span> und <span class="literal">counterReset</span> in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="cssFloat">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">cssFloat</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert das CSS-Attribut <span class="literal">float</span> eines Elements, das es m&ouml;glich macht, Textinhalte um Blockinhalte, z.B. Bilder, flie&szlig;en zu lassen. &Auml;nderungen dieses Wertes haben in IE 5 f&uuml;r Macintosh keine Auswirkung auf die Darstellung der Seite. Das Pr&auml;fix "css" vor dem Namen dieser Eigenschaft soll m&ouml;gliche Konflikte mit dem reservierten JavaScript-Schl&uuml;sselwort <span class="literal">float</span> verhindern.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.cssFloat = "right";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit einem zul&auml;ssigen Konstantenwert: <span class="literal">left</span> | <span class="literal">right</span> | <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="cssText">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">cssText</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Schreibgesch&uuml;tzt</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt eine Zeichenfolge der gesamten CSS-Stylesheet-Regel zur&uuml;ck, die f&uuml;r das Element gilt. Wenn die Regel Einstellungen f&uuml;r Kurzschrift-Stilattribute enth&auml;lt (z.B. <span class="literal">border</span>), geben die Browser entsprechend ihrer jeweiligen Umsetzung des Wertes modifizierte Versionen zur&uuml;ck. Wenn Sie beispielsweise das <span class="literal">style</span>-Attribut eines Elements auf <span class="literal">style="border:</span> <span class="literal">groove</span>
<span class="literal">red</span> <span class="literal">3px"</span> setzen, gibt IE f&uuml;r Windows die <span class="literal">cssText</span>-Eigenschaft f&uuml;r dieses Element folgenderma&szlig;en zur&uuml;ck:
</p>
<span class="PROGRAMLISTING"><pre>BORDER-RIGHT: red 3px groove; BORDER-TOP: red 3px groove; 
BORDER-LEFT: red 3px groove; BORDER-BOTTOM: red 3px groove</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>IE f&uuml;r Macintosh gibt die Eigenschaft so zur&uuml;ck:</p><span class="PROGRAMLISTING"><pre>&#123;BORDER-TOP: 3px groove red; BORDER-RIGHT: 3px groove red; 
BORDER-BOTTOM: 3px groove red; BORDER-LEFT: 3px groove red}</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Netscape 6 gibt Folgendes zur&uuml;ck:</p><span class="PROGRAMLISTING"><pre>border: 3px groove red;</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Beachten Sie, wie die verschiedenen Browser die Abfolge der einzelnen Werte ver&auml;ndern. Sie k&ouml;nnen der Eigenschaft einen Kurzwert zuweisen und die Reihenfolge nach belieben ver&auml;ndern. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("block3").style.cssText = "margin: 2px; font-size: 14pt";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ein Zeichenfolgenwert mit durch Strichpunkten getrennten Stilattributen.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="cue, cueAfter, cueBefore">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">cue, cueAfter, cueBefore</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div>
		<div id="currentStyle">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">currentStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">nicht zutreffend</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal"></p>
							</td><td valign="top" nowrap class="requirements"><span class="emphasis">Schreibgesch&uuml;tzt</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Gibt ein <span class="literal">style</span>-Objekt mit Eigenschaften zur&uuml;ck, die die effektiven Werte des Elements widerspiegeln. Diese Eigenschaft ber&uuml;cksichtigt Stylesheet-Regeln, die in einem <span class="literal">style</span>-Element definiert, aus externen Stylesheet-Dateien importiert oder aus Inline-Stilattributen &uuml;bernommen wurden. Da die <span class="literal">style</span>-Eigenschaft nur Inline-Stilattribute widerspiegelt, ist die Eigenschaft <span class="literal">currentStyle</span> zum Lesen der Anfangswerte eines bereits geladenen Dokuments besser geeignet. Zum &Auml;ndern von Stilattributen k&ouml;nnen Sie die <span class="literal">style</span>-Objekteigenschaften des Elements verwenden. Informationen zu &auml;hnlichen Funktionen in Netscape 6 finden Sie in der Abhandlung der Methode <span class="literal">window.getComputedStyle( )</span>.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td><span class="programlisting"><pre>var currSize = document.getElementById("<span class="replaceable">elementID</span>").currentStyle.fontSize;</pre>
								</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p><span class="literal">style</span>-Objektreferenz.</p>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Das effektive <span class="literal">style</span>-Objekt. </p>
							</td>
						</tr>
					</table>
		</div>
		<div id="cursor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">cursor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die Form des Cursors fest, wenn sich der Bildschirmzeiger &uuml;ber dem Element befindet. Das genaue Erscheinungsbild des Cursors h&auml;ngt vom Betriebssystem ab. Bevor Sie einen modifizierten Cursor verwenden, sollten Sie die Funktionen der verschiedenen Cursortypen im Browser und im Betriebssystem genau kennen. Benutzer erwarten, dass ein bestimmtes Cursordesign in verschiedenen Anwendungen die gleiche Bedeutung hat.</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Die Einstellung dieser Eigenschaft beeinflusst den Cursor nur dann, wenn er sich &uuml;ber den aktuellen Element befindet, und definiert den Cursor nicht sofort auf globaler Basis.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("hotStuff").style.cursor = "pointer";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine beliebige Cursorkonstante in Form einer Zeichenfolge, die von einer bestimmten Browserversion unterst&uuml;tzt wird.
</p>
					</td>
				</tr>
				<tr>
					<td colspan="2"><p>Bei Verwendung einer externen URL erfordert IE 6 die Adresse einer Cursordatei mit der Erweiterung <span class="emphasis">.cur</span> oder <span class="emphasis">.ani</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><th>Cursorname</th><th>IE/Windows</th><th>IE/Mac</th><th>NN</th><tr><td><span class="literal">alias</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">all-scroll</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">auto</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">cell</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">col-resize</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">context-menu</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">copy</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">count-down</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">count-up</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">count-up-down</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">crosshair</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">default</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">e-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">grab</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">grabbing</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">hand</span></td><td>4</td><td>4</td><td>--</td>
								</tr>
								<tr><td><span class="literal">help</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">move</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">n-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">ne-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">no-drop</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">not-allowed</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">nw-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">pointer</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">progress</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">row-resize</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">s-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">se-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">spinning</span></td><td>--</td><td>--</td><td>6</td>
								</tr>
								<tr><td><span class="literal">sw-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">text</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">url(</span><span class="replaceable">uri</span><span class="literal">)</span>
</td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">vertical-text</span></td><td>6</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">w-resize</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">wait</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="direction">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">direction</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Schreibrichtung des aktuellen Elements zur&uuml;ck. Haupts&auml;chlich f&uuml;r Elemente mit wechselnder Schreibrichtung innerhalb von Dokumenten gedacht (z.B. ein deutscher Text mit einzelnen Abs&auml;tzen in arabischer Sprache).
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("term3").style.direction = "ltr";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">ltr</span> | <span class="literal">rtl</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">ltr</span></p>
					</td>
				</tr>
			</table>
		</div>
		<div id="disabled">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">disabled</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">1</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal"></p>
							</td><td valign="top" nowrap class="requirements"><span class="emphasis">Lesen/Schreiben</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Legt fest, ob das Element f&uuml;r eine Benutzerinteraktion verf&uuml;gbar ist. Wenn die Eigenschaft auf <span class="literal">true</span> gesetzt ist, kann das Element weder den Fokus erhalten noch durch den Benutzer ge&auml;ndert werden und wird in der Seite in der Regel grau hinterlegt dargestellt. In IE f&uuml;r Windows ab Version 5.5 ist diese Eigenschaft f&uuml;r alle HTML-Elementobjekte verf&uuml;gbar. In IE 4 und IE 5 gilt sie nur f&uuml;r Formularsteuerelemente, w&auml;hrend Netscape ab Version 6 die Eigenschaft f&uuml;r Formularsteuerelemente und das <span class="literal">style</span>-Elementobjekt erkennt. Das Namens-/Wertpaar eines deaktivierten Formularsteuerelements wird nicht zusammen mit dem Formular &uuml;bermittelt.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td><span class="programlisting"><pre>document.getElementById("myButton").disabled = true;</pre>
								</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Boolescher Wert: <span class="literal">true</span> | <span class="literal">false</span>.</p>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p><span class="literal">false</span></p>
							</td>
						</tr>
					</table>
		</div>
		<div id="display">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">display</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert den f&uuml;r die Darstellung des Elements verwendeten CSS-Boxtyp. Die h&auml;ufigsten Einstellungen f&uuml;r Body-Inhalte geben vor, ob ein Element als Block- oder als Inline-Element dargestellt wird. Bei der Einstellung <span class="literal">none</span> ist das Element verborgen, und die umgebenden Inhalte nehmen seinen Platz ein. Einige Boxtypen kommen nur in Tabellen und Listen vor.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("instructionDiv").style.display = "none";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine beliebige Anzeigetypkonstante in Form einer Zeichenfolge, die von einer bestimmten Browserversion unterst&uuml;tzt wird.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><th>Anzeigetyp</th><th>IE/Windows</th><th>IE/Mac</th><th>NN</th><tr><td><span class="literal">block</span></td><td>5</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">inline</span></td><td>5</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">inline-block</span></td><td>5.5</td><td>--</td><td>--</td>
								</tr>
								<tr><td><span class="literal">none</span></td><td>4</td><td>4</td><td>6</td>
								</tr>
								<tr><td><span class="literal">run-in</span></td><td>--</td><td>5</td><td>6</td>
								</tr>
								<tr><td><span class="literal">table-footer-group</span></td><td>5.5</td><td>5</td><td>6</td>
								</tr>
								<tr><td><span class="literal">table-header-group</span></td><td>5</td><td>5</td><td>6</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Elementabh&auml;ngig.</p>
					</td>
				</tr>
			</table>
		</div><div id="elevation">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">elevation</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="emptyCells">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">emptyCells</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Wenn eine Tabelle so eingestellt ist, dass sie im standardm&auml;&szlig;igen Format mit separaten Zellenfeldern dargestellt wird, und Sie f&uuml;r die <span class="literal">td</span>-Elemente in dieser Tabelle einen Rahmen einrichten, bestimmt die Stileigenschaft <span class="literal">emptyCells</span>, ob auch leere Zellen eingerahmt werden.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myTable").style.emptyCells = "hide";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit zul&auml;ssigen Konstantenwerten: <span class="literal">hide</span> | <span class="literal">show</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">show</span></p>
					</td>
				</tr>
			</table>
		</div><div id="filter">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">filter</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Aktiviert den Filter <span class="literal">visual</span>, <span class="literal">reveal</span> oder <span class="literal">blend</span>, mit dem Inhalte von Elementen angezeigt oder ver&auml;ndert werden. Der Filter <span class="literal">visual</span> wird auf Elemente angewendet, um das Umklappen von Inhalten, Leuchten, Schatten und viele andere Effekte zu erzeugen. Der Filter <span class="literal">reveal</span> wird auf Elemente angewendet, wenn deren Sichtbarkeit ge&auml;ndert wird. Der Wert des Filters <span class="literal">reveal</span> bestimmt, welcher visuelle Effekt auf den &Uuml;bergang von "ausgeblendet" nach "eingeblendet" (oder umgekehrt) angewendet wird. Dies umfasst Effekte wie Wisch-, Jalousie- und Torblenden. Bei &Uuml;berblendfiltern (<span class="literal">blend</span>) l&auml;sst sich die Geschwindigkeit festlegen, mit der der &Uuml;bergang zwischen zwei Zust&auml;nden stattfindet. Die Eigenschaft <span class="literal">filter</span> ist in Internet Explorer f&uuml;r Macintosh zwar implementiert, funktioniert jedoch nicht.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("fancy").style.filter= "dropshadow( )";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Jeder <span class="literal">filter</span>-Eigenschaft k&ouml;nnen mehrere durch Leerzeichen getrennte Filtertypen zugewiesen werden. An jeden Filtertyp schlie&szlig;t sich ein Paar runde Klammern an, in denen Parameter zum Verhalten des Filters beim aktuellen Element enthalten sein k&ouml;nnen. Parameter bestehen allgemein aus einem Namens-/Wertpaar, wobei die Zuweisung durch ein Gleichheitszeichen erfolgt. Beachten Sie, dass Microsoft mit IE 5.5 f&uuml;r Windows eine g&auml;nzlich neue Filtersyntax eingef&uuml;hrt hat. Momentan kann sowohl die alte als auch die neue Syntax verwendet werden. Weitere Informationen zu den Filtereinstellungen und Parametern finden Sie in der Liste der <span class="literal">filter</span>-Stylesheet-Attribute in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="font">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">font</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie eine oder mehrere schriftbezogene Eigenschaften <span class="literal"> fontFamily</span>, <span class="literal">fontSize</span>, <span class="literal">lineHeight</span> (mit vorangestelltem <span class="literal">/</span>-Zeichen), <span class="literal">fontStyle</span>, <span class="literal">fontVariant</span> und <span class="literal">fontWeight </span> in einer gemeinsamen Anweisung definieren k&ouml;nnen. Eine durch Leerzeichen getrennte Werteliste (in beliebiger Reihenfolge) wird auf die jeweiligen Schrifteigenschaften angewendet, f&uuml;r die der Wert ein g&uuml;ltiger Typ ist. Sie k&ouml;nnen diese individuellen Einstellungen &uuml;bergehen, indem Sie eine der vorgegebenen (betriebssystemabh&auml;ngigen) Systemschriften ausw&auml;hlen: <span class="literal">caption</span> | <span class="literal">icon</span> | <span class="literal">menu</span> | <span class="literal">message-box</span> | <span class="literal">small-caption</span> | <span class="literal">status-bar</span>.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.font = "bolder small-caps 16pt";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Weitere Informationen zur Syntax und Beispiele der Werttypen f&uuml;r Schrifteigenschaften finden Sie in der Beschreibung der jeweiligen Eigenschaft.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="fontFamily">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontFamily</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt eine priorisierte Liste der Schriftfamilien bereit, die f&uuml;r die Darstellung des Objektinhalts verwendet werden. Mehrere Namen von Schriftfamilien k&ouml;nnen in einer Liste mit durch Kommas getrennten Eintr&auml;gen enthalten sein. Falls der Name einer Schriftfamilie aus mehreren W&ouml;rtern besteht, muss der Name in Anf&uuml;hrungszeichen gesetzt werden. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar; die einzelnen Schrifteigenschaften stehen jedoch auch im Objekt <span class="literal">currentStyle</span> zur Verf&uuml;gung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.fontFamily =
    "'Century Schoolbook', Times, serif";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Beliebig viele Schriftfamiliennamen, durch Kommas getrennt. Aus mehreren W&ouml;rtern bestehende Namen sind in Anf&uuml;hrungszeichen zu setzen. Als allgemeine Familiennamen werden erkannt: <span class="literal">serif</span> | <span class="literal">sans-serif</span> | <span class="literal">cursive</span> | <span class="literal">fantasy</span> | <span class="literal">monospace</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Vorgabe des Browsers.</p>
					</td>
				</tr>
			</table>
		</div><div id="fontSize">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontSize</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Schriftgr&ouml;&szlig;e des Elements an. Die Schriftgr&ouml;&szlig;e kann auf verschiedene Arten eingestellt werden. Mit einem Satz Konstanten (<span class="literal">xx-small</span>, <span class="literal">x-small</span>, <span class="literal">small</span>, <span class="literal">medium</span>, <span class="literal">large</span>, <span class="literal">x-large</span> und <span class="literal">xx-large</span>) werden die so genannten <span class="emphasis">absoluten</span> Gr&ouml;&szlig;en definiert. Tats&auml;chlich sind diese Werte nur in so weit absolut, wie es ein einzelner Browser in einem einzelnen Betriebssystem erlaubt, da sich der Referenzpunkt f&uuml;r diese Gr&ouml;&szlig;en wie bei den alten in den Werten 1 bis 7 angegebenen HTML-Schriftgr&ouml;&szlig;en mit Browser und Betriebssystem &auml;ndert. Dennoch kann der Autor sicher sein, dass ein Element, das auf <span class="literal">large</span> gesetzt ist, gr&ouml;&szlig;er als ein auf <span class="literal">medium</span> gesetztes Element dargestellt wird.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Eine weitere Sammlung von Konstanten (<span class="literal">larger</span>, <span class="literal">smaller</span>) gibt die relativen Gr&ouml;&szlig;en an. Da das Attribut <span class="literal">font-size</span> vom &uuml;bergeordneten Element vererbt wird, werden die relativen Gr&ouml;&szlig;en auf das &uuml;bergeordnete Element angewendet, um die Schriftgr&ouml;&szlig;e des aktuellen Elements festzulegen. Der Browser stellt fest, wieviel gr&ouml;&szlig;er oder kleiner die jeweilige Schriftgr&ouml;&szlig;e ist; wichtig ist au&szlig;erdem, wie die Schriftgr&ouml;&szlig;e des &uuml;bergeordneten Elements definiert ist. Falls sie auf einen absoluten Schriftgrad gesetzt ist (z.B. <span class="literal">large</span>), bedeutet bei einem untergeordneten Element der Schriftgrad <span class="literal">larger</span>, dass die Schrift in der Browsergr&ouml;&szlig;e <span class="literal">x-large</span> dargestellt wird. Die Schritte sind nicht eindeutig, wenn der Schriftgrad des &uuml;bergeordneten Elements als L&auml;ngen- oder Prozentwert angegeben ist.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Wenn Sie f&uuml;r die Eigenschaft <span class="literal">font-size</span> L&auml;ngenwerte verwenden m&ouml;chten, sollten Sie diese im Sinne einer h&ouml;heren Konsistenz zwischen den verschiedenen Betriebssystemen statt in der Einheit Punkt (<span class="literal">pt</span>) in der Einheit Pixel (<span class="literal">px</span>) oder Em (<span class="literal">em</span>) angeben. Em-Einheiten werden in Bezug auf die f&uuml;r das &uuml;bergeordnete Element eingestellte Schriftgr&ouml;&szlig;e errechnet. Schlie&szlig;lich k&ouml;nnen Sie <span class="literal">fontSize</span> auch als Prozentwert festlegen. Diese Berechnung basiert auf der Schriftgr&ouml;&szlig;e des &uuml;bergeordneten Elements.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("teeny").style.fontSize = "x-small";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolgenwerte aus einer der nachfolgend beschriebenen Kategorien. Bei absoluten Gr&ouml;&szlig;en eine der folgenden Konstanten: <span class="literal">xx-small</span> | <span class="literal">x-small</span> | <span class="literal">small</span> | <span class="literal">medium</span> | <span class="literal">large</span> | <span class="literal">x-large</span> | <span class="literal">xx-large</span>. Bei relativen Gr&ouml;&szlig;en eine der folgenden Konstanten: <span class="literal">larger</span> | <span class="literal">smaller</span>. Informationen zu L&auml;ngenwerten finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11, Informationen zu Prozentwerten unter dem Begriff "Prozentwert" und dem Symbol <span class="literal">%</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Schriftgr&ouml;&szlig;e des &uuml;bergeordneten Elements.</p>
					</td>
				</tr>
			</table>
		</div><div id="fontSizeAdjust">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontSizeAdjust</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt den Schriftdarstellungswert in der Regel der ersten Schriftfamilie in einer Schriftfamilienattributfolge bereit und zwingt alternative Schriftfamilien, ihre dargestellte Schriftgr&ouml;&szlig;e so zu berechnen, dass sie m&ouml;glichst genau mit der der prim&auml;ren Schriftfamilie &uuml;bereinstimmt. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Schriftdarstellung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.fontSizeAdjust = "0.56";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Numerischer Darstellungswert als Zeichenfolge in Anf&uuml;hrungszeichen, oder <span class="literal">none</span>.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="fontStretch">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontStretch</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt den Zeichenabstand f&uuml;r das Element bereit, basierend auf den f&uuml;r die aktuelle Schriftfamilie verf&uuml;gbaren Abst&auml;nden. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Schriftdarstellung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.fontStretch= "ultra-condensed";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit zul&auml;ssigen Konstantenwerten: <span class="literal">normal</span> | <span class="literal">wider</span> | <span class="literal">narrower</span> | <span class="literal">ultra-condensed</span> | <span class="literal">extra-condensed</span> | <span class="literal">condensed</span> | <span class="literal">semi-condensed</span> | <span class="literal">semi-expanded</span> | <span class="literal">expanded</span> | <span class="literal">extra-expanded</span> | <span class="literal">ultra-expanded</span> oder <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="fontStyle">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob das Elements in normaler (Roman), kursiver oder schr&auml;ger Schrift dargestellt wird. Falls die <span class="literal">fontFamily</span> Schriftarten enth&auml;lt, die mit "Italic" und/oder "Oblique" bezeichnet sind, ruft die Einstellung des <span class="literal">fontStyle</span>-Attributs diese bestimmten Schriftschnitte vom Browsersystem aus auf. Sind jedoch die erforderlichen Schriftschnitte auf dem System nicht verf&uuml;gbar, wird zum Erzeugen der Kursivschrift &uuml;blicherweise die Normalschrift algorithmisch geneigt. Die Qualit&auml;t der Druckausgabe bei derartigen Schrifteinstellungen h&auml;ngt davon ab, wie gut Client und Drucker bei der Darstellung elektronisch generierter Kursivschriften zusammenarbeiten. PC-Anwendungen bieten unter dem Begriff "Stil" in der Regel noch weitere Darstellungsvarianten f&uuml;r Schriften an. Informationen zu weiteren "Schriftstilen" finden Sie unter <span class="literal">fontVariant</span> und <span class="literal">fontWeight</span>.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("emphasis").style.fontStyle = "italic";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Zeichenfolgenkonstanten: <span class="literal">normal</span> | <span class="literal">italic</span> | <span class="literal">oblique</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="fontVariant">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontVariant</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob das Element durchg&auml;ngig in Gro&szlig;buchstaben dargestellt wird, und zwar in der Weise, dass Kleinbuchstaben des Quellcodes als kleinere Gro&szlig;buchstaben wiedergegeben werden (Kapit&auml;lchen). Falls eine Schriftfamilie eine Kapit&auml;lchenvariante enth&auml;lt, sollte der Browser diese automatisch verwenden. Wahrscheinlicher ist jedoch, dass der Browser f&uuml;r die Gro&szlig;buchstaben, die anstelle der Kleinbuchstaben des Quellcodes verwendet werden, eine kleinere Gr&ouml;&szlig;e berechnet. In der Praxis stellt der Internet Explorer 4 den gesamten Quellcode in Gro&szlig;buchstaben der Schriftgr&ouml;&szlig;e des &uuml;bergeordneten Elements dar, unabh&auml;ngig von der Gro&szlig;-/Kleinschreibung des Quellcodes. Neuere IE-Versionen und Netscape 6 verwenden Gro&szlig;buchstaben in zwei verschiedene Gr&ouml;&szlig;en.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("emphasis").style.fontVariant = "small-caps";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstantenwerte als Zeichenfolgen: <span class="literal">normal</span> | <span class="literal">small-caps</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="fontWeight">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">fontWeight</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt das Gewicht (Grad des Fettdruck) der Schrift des Elements fest. Die Einteilung der Schriftgewichte nach CSS ist feiner, als die meisten Browser auf dem Bildschirm darstellen k&ouml;nnen, beim Ausdrucken k&ouml;nnen jedoch feine Unterschiede eine Rolle spielen. Die numerische Skala verl&auml;uft von 100 bis 900 in Schritten von 100 Einheiten. Daher ist ein <span class="literal">fontWeight</span>-Wert von 100 das geringste Gewicht, das dargestellt werden kann, und 900 das h&ouml;chste Gewicht. Die Einstellung <span class="literal">normal</span> (die Standardst&auml;rke f&uuml;r jede Schriftart) entspricht dem <span class="literal">fontWeight</span>-Wert <span class="literal">400</span>; die Standardeinstellung f&uuml;r Fettschrift entspricht <span class="literal">700</span>. Mit den anderen Einstellungen (<span class="literal">bolder</span> und <span class="literal">lighter</span>) k&ouml;nnen Sie eine St&auml;rke relativ zur St&auml;rke des &uuml;bergeordneten Elements angeben.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("hotStuff").style.fontWeight = "bold";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten: <span class="literal">bold</span> | <span class="literal">bolder</span> | <span class="literal">lighter</span> | <span class="literal">normal</span> | <span class="literal">100</span> | <span class="literal">200</span> | <span class="literal">300</span> | <span class="literal">400</span> | <span class="literal">500</span> | <span class="literal">600</span> | <span class="literal">700</span> | <span class="literal">800</span> | <span class="literal">900</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="height, width">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">height, width</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Geben die H&ouml;he und Breite (und deren Einheiten) des Elements an. Da diese Werte Zeichenfolgen sind, in denen die zugewiesenen Einheiten enthalten sind, k&ouml;nnen Sie diese Eigenschaften nicht f&uuml;r eine Berechnung verwenden. Sie k&ouml;nnen die Werte jedoch mit der Methode <span class="literal">parseFloat( )</span> in Zahlenwerte umwandeln. In IE verwenden Sie die Eigenschaften <span class="literal">pixelHeight</span>, <span class="literal">pixelWidth</span>, <span class="literal">posHeight</span> und <span class="literal">posWidth</span>. &Auml;nderungen an diesen Eigenschaften sind nicht sichtbar, es sei denn, f&uuml;r das Element wurde das Stilattribut <span class="literal">position</span> definiert.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Im Kompatibilit&auml;tsmodus von IE 6 (<span class="literal">document.compatType == "CSS1Compat"</span>) gelten diese Abmessungen nur f&uuml;r den Inhalt eines Elements, ungeachtet seiner Rahmen, Auff&uuml;llung und R&auml;nder. Wenn Sie beispielsweise ein positioniertes Element mit Auff&uuml;llung und Rahmen in einer exakt vorgegebenen rechteckigen Gr&ouml;&szlig;e darstellen m&ouml;chten, m&uuml;ssen Sie die Breite der Auff&uuml;llung und des Rahmens von den H&ouml;hen- und Breitenwerten abziehen, damit das Element insgesamt die gew&uuml;nschte Gr&ouml;&szlig;e aufweist.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("viewArea").style.height = "450px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge, die aus einem numerischen Wert und einem L&auml;ngen- oder Prozentwert besteht.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="imeMode">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">imeMode</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Verwendung des Input Method Editor (IME) in IE f&uuml;r Windows bei Browser- und Betriebssystemversionen, die Sprachen wie Chinesisch, Japanisch und Koreanisch unterst&uuml;tzen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("nameEntry").style.imeMode = "active";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit zul&auml;ssigen Konstantenwerten: <span class="literal">active</span> | <span class="literal">auto</span> | <span class="literal">disabled</span> | <span class="literal">inactive</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="layoutFlow">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutFlow</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert den Inhaltsfluss bei Sprachen, die Zeichen vertikal anordnen. Ab IE 5.5 f&uuml;r Windows durch die Eigenschaft <span class="literal">writingMode</span> ersetzt.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">horizontal</span> | <span class="literal">vertical-ideographic</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">horizontal</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="layoutGrid">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutGrid</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie eine oder mehrere Layoutrastereigenschaften (<span class="literal"> layoutGridChar</span>, <span class="literal">layoutGridLine</span>, <span class="literal">layoutGridMode</span> und <span class="literal">layoutGridType</span>) in einer gemeinsamen Anweisung definieren k&ouml;nnen. Diese Attribute werden haupts&auml;chlich in Verbindung mit asiatischen Sprachen verwendet.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.layoutGrid = "2em strict";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Weitere Informationen zur Syntax und Beispiele der Werttypen f&uuml;r Layoutrastereigenschaften finden Sie in der Beschreibung der jeweiligen Eigenschaft.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="layoutGridChar">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutGridChar</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Gr&ouml;&szlig;e des Rasters f&uuml;r asiatische Schriftzeichen in Blockelementen vor.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.layoutGrid Char= "auto";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit einem expliziten CSS-L&auml;ngenwert oder einer der Konstanten <span class="literal">auto</span> oder <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="layoutGridLine">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutGridLine</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die Zeilenh&ouml;he des Rasters f&uuml;r asiatische Schriftzeichen in Blockelementen vor.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.layoutGrid Line= "120%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit einem expliziten CSS-L&auml;ngenwert oder einer der Konstanten <span class="literal">auto</span> oder <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="layoutGridMode">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutGridMode</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob f&uuml;r asiatische Schriftzeichen ein eindimensionales oder ein zweidimensionales Raster verwendet werden soll.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.layoutGrid Mode= "both";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">both</span> | <span class="literal">char</span> (f&uuml;r Inline-Elemente) | <span class="literal">line</span> (f&uuml;r Blockebenen-Elemente) | <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">both</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="layoutGridType">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">layoutGridType</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, wie das Layoutraster auf Zeichen mit unterschiedlicher Breite reagiert.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("subhead").style.layoutGrid Type = "strict";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">fixed</span> | <span class="literal">loose</span> | <span class="literal">strict</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">loose</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="left">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">left</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert bei positionierbaren Elementen die Position der linken Kante eines Elementrechtecks (Inhalt plus linke Auff&uuml;llung und R&auml;nder) relativ zur linken Kante des n&auml;chst&auml;u&szlig;eren Blockinhaltscontainers. Wenn das Element relativ positioniert ist, bezieht sich der Offset auf die linke Kante der Inline-Position, an der das Element normalerweise im Inhalt erscheinen w&uuml;rde.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Wenn Sie Berechnungen mit diesem Wert durchf&uuml;hren m&ouml;chten, wenden Sie die Methode <span class="literal">parseFloat( )</span> auf den R&uuml;ckgabewert an oder (nur IE) rufen Sie die Eigenschaften <span class="literal">pixelLeft</span> oder <span class="literal">posLeft</span> ab, die echte numerische Werte zur&uuml;ckgeben.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("blockD2").style.left = "45px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge, die aus einem numerischen Wert und einem L&auml;ngeneinheitenwert, einem Prozentwert oder <span class="literal">auto</span> besteht.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="letterSpacing">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">letterSpacing</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt den Zeichenabstand innerhalb eines Elements fest. Browser definieren den Zeichenabstand normalerweise &uuml;ber Schriftdefinitionen und der Schriftdarstellung des Betriebssystems. Durch das Zuweisen eines negativen Werts wird der Abstand verringert. Pr&uuml;fen Sie aber zun&auml;chst den Effekt auf die ausgew&auml;hlte Schrift hinsichtlich der Lesbarkeit auf verschiedenen Betriebssystemen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.body.style.letterSpacing = "1.1em";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge mit einem L&auml;ngenwert (mit Ma&szlig;einheit) oder <span class="literal">normal</span>. Die besten Ergebnisse werden durch die Verwendung von Einheiten erreicht, die auf dem dargestellten Schriftgrad basieren (<span class="literal">em</span> und <span class="literal">ex</span>). Bei der Einstellung <span class="literal">normal</span> stellt der Browser die Zeichen so dar, wie sie ohne Intervention angezeigt werden.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="lineBreak">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">lineBreak</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Zeilenumbruchregeln f&uuml;r Texte in japanischer Schrift.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.body.style.lineBreak = "strict";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">normal</span> | <span class="literal">strict</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="lineHeight">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">lineHeight</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die H&ouml;he des Inline-Rechtecks (des Rechtecks, das eine physische Inhaltszeile enth&auml;lt) an. Weitere Informationen dazu, wie Browser geerbte Werte behandeln, finden Sie unter dem Stilattribut <span class="literal">line-height</span> in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("tight").style.lineHeight = "1.1em";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge mit einem L&auml;ngenwert (mit Ma&szlig;einheit) oder <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="listStyle">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">listStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie bis zu drei Listenstileigenschaften in einer einzelnen Zuordnungsanweisung festlegen k&ouml;nnen. F&uuml;r alle Attribute, die Sie mit nicht ausdr&uuml;cklich mit diesem Attribut festlegen, gelten die Standardwerte. Diese Eigenschaften definieren die Anzeigeeigenschaften von Markierungen, die automatisch f&uuml;r Listenelemente in <span class="literal">ol</span>- und <span class="literal">ul</span>-Elementen dargestellt werden. Nur in IE als Eigenschaft der Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar, einzelne Eigenschaften stehen jedoch auch im Objekt <span class="literal">currentStyle</span> zur Verf&uuml;gung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("itemList").style.listStyle = "square outside none";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Weitere Informationen zu den akzeptablen Werten f&uuml;r jede dieser Eigenschaften finden Sie unter <span class="literal">listStyleType</span>, <span class="literal">listStylePosition</span> und <span class="literal">listStyleImage</span>. Sie k&ouml;nnen einen, zwei oder alle drei ListenStilattribute in jeder beliebigen Reihenfolge festlegen.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="listStyleImage">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">listStyleImage</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die URL eines Bildes an, das als Markierung f&uuml;r ein Listenelement verwendet werden soll. Da dieses Attribut vererbt werden kann, kann eine Einstellung (einschlie&szlig;lich <span class="literal">none</span>) f&uuml;r einen einzelnen Listenpunkt das entsprechende Attribut in seinem &uuml;bergeordneten Element au&szlig;er Kraft setzen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("itemList").style.listStyleImage = "url(images/3DBullet.gif)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Verwenden Sie <span class="literal">none</span> (als eine Zeichenfolge), um ein Bild zu &uuml;berschreiben, das einem &uuml;bergeordneten Element zugewiesen wurde. Andernfalls geben Sie eine g&uuml;ltige vollst&auml;ndige oder relative URL einer Bilddatei an (im CSS-URL-Format), dessen MIME-Typ vom Browser gelesen werden kann.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="listStylePosition">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">listStylePosition</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob sich die Markierung innerhalb oder au&szlig;erhalb (ausger&uuml;ckt) des Rechtecks befindet, das den Inhalt des Listenelements enth&auml;lt. Wenn <span class="literal">listStylePosition</span> auf <span class="literal">inside</span> gesetzt ist und es sich bei dem Inhalt um Text handelt, erscheint die Markierung als Teil des Textblocks. In diesem Fall ist die Ausrichtung (Einzug) des Listenelements die Gleiche wie bei der Einstellung <span class="literal">normal</span>, aber ohne ausger&uuml;ckte Markierung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("itemList").style.listStylePosition = "inside";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten als Zeichenfolge: <span class="literal">inside</span> | <span class="literal">outside</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">outside</span></p>
					</td>
				</tr>
			</table>
		</div><div id="listStyleType">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">listStyleType</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die Art der Listenmarkierung fest, mit der die einzelnen Eintr&auml;ge gekennzeichnet werden. Dieses Attribut wird nur dann angewandt, wenn <span class="literal">listStyleImage</span> auf <span class="literal">none</span> gesetzt (oder nicht definiert) ist. Die Konstanten f&uuml;r dieses Attribut sind in zwei Kategorien aufgeteilt. Ein Satz wird in Verbindung mit <span class="literal">ul</span>-Elementen verwendet, um einen gef&uuml;llten Kreis, einen leeren Kreis oder ein gef&uuml;lltes Quadrat (in IE 4 f&uuml;r Macintosh auch ein leeres Quadrat) darzustellen. Der andere Satz ist f&uuml;r <span class="literal">ol</span>-Elemente mit Listeneintr&auml;gen gedacht, die mit arabischen Ziffern, r&ouml;mischen Ziffern (Gro&szlig;- und Kleinbuchstaben), Buchstaben (Gro&szlig;- und Kleinbuchstaben) und einigen weiteren Zeichenfolgen in anderen vom Browser und dem Betriebssystem unterst&uuml;tzten Sprachen fortlaufend nummeriert werden k&ouml;nnen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("itemList").style.listStyleType = "circle";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ein konstanter Wert als Zeichenfolge, die f&uuml;r den Typ des Listencontainers von Bedeutung ist. Bei <span class="literal">ul</span>: <span class="literal">circle</span> | <span class="literal">disc</span> | <span class="literal">square</span>. Bei <span class="literal">ol</span>: <span class="literal">decimal</span> | <span class="literal">decimal-leading-zero</span> | <span class="literal">lower-roman</span> | <span class="literal">upper-roman</span> | <span class="literal">lower-greek</span> | <span class="literal">lower-alpha</span> | <span class="literal">lower-latin</span> | <span class="literal">upper-alpha</span> | <span class="literal">upper-latin</span> | <span class="literal">hebrew</span> | <span class="literal">armenian</span> | <span class="literal">georgian</span> | <span class="literal">cjk-ideographic</span> | <span class="literal">hiragana</span> | <span class="literal">katakana</span> | <span class="literal">hiragana-iroha</span> | <span class="literal">katakana-iroha</span>. Allgemein unterst&uuml;tzte <span class="literal">ol</span>-Elementsequenzen werden wie in der folgenden Tabelle dargestellt behandelt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><th>Typ</th><th>Beispiel</th><tr><td><span class="literal">decimal</span></td><td>1, 2, 3, ...</td>
								</tr>
								<tr><td><span class="literal">decimal-leading-zero</span></td><td>01, 02, 03, ...</td>
								</tr>
								<tr><td><span class="literal">lower-alpha</span></td><td>a, b, c, ...</td>
								</tr>
								<tr><td><span class="literal">lower-greek</span></td><td>, , , ...</td>
								</tr>
								<tr><td><span class="literal">lower-roman</span></td><td>i, ii, iii, ...</td>
								</tr>
								<tr><td><span class="literal">upper-alpha</span></td><td>A, B, C, ...</td>
								</tr>
								<tr><td><span class="literal">upper-roman</span></td><td>I, II, III, ...</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">disc</span> (bei <span class="literal">ul</span>); <span class="literal">decimal</span> (bei <span class="literal">ol</span>).
</p>
					</td>
				</tr>
			</table>
		</div><div id="margin">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">margin</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie die Randbreite von bis zu vier Kanten eines Elements in einer einzelnen Anweisung festlegen k&ouml;nnen. Als Rand wird Freiraum bezeichnet, der sich &uuml;ber den Rahmen eines Elements hinaus erstreckt, um zus&auml;tzlichen Platz zwischen angrenzenden oder verschachtelten Elementen zu schaffen, insbesondere solchen, bei denen Rahmenattribute gesetzt sind. Sie k&ouml;nnen bis zu vier durch Leerzeichen getrennte Randwerte definieren. Die Anzahl der durch Leerzeichen getrennten Werte bestimmt, welchen Seiten die Randwerte zugewiesen werden.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("logoWrapper").style.margin = "5px 8px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Diese Eigenschaft akzeptiert einen, zwei, drei oder vier durch Leerzeichen getrennte Werte in einer Zeichenfolge, abh&auml;ngig davon, wie viele und welche R&auml;nder einstellt werden sollen. Ausf&uuml;hrliche Informationen dazu, wie sich die Anzahl der Werte auf diese Eigenschaft auswirkt, finden Sie in der Liste der <span class="literal">margin</span>-Attribute in Kapitel 11. Werte f&uuml;r die R&auml;nder k&ouml;nnen L&auml;ngen, Prozentwerte der n&auml;chst&auml;u&szlig;eren Elementgr&ouml;&szlig;e oder die <span class="literal">auto</span>-Konstante sein.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span></p>
					</td>
				</tr>
			</table>
		</div><div id="marginBottom, marginLeft, marginRight, marginTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">marginBottom, marginLeft, marginRight, marginTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">6</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Alle vier Eigenschaften legen die Breite eines einzelnen Rands eines Elements fest. Als Rand bezeichnet man Freiraum, der sich &uuml;ber die Begrenzung eines Element hinaus erstreckt und der nicht zur Breite bzw. H&ouml;he des Elements gerechnet wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("logoWrapper").style.marginTop = "5px";
document.getElementById("navPanel").style.marginLeft = "10%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Werte f&uuml;r die Randbreite k&ouml;nnen L&auml;ngenwerte, Prozentwerte der n&auml;chst&auml;u&szlig;eren Elementgr&ouml;&szlig;e oder die <span class="literal">auto</span>-Konstante sein.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span></p>
					</td>
				</tr>
			</table>
		</div><div id="markerOffset">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">markerOffset</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6  </span>IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert den Abstand zwischen Listenelementmarkierungen (die im CSS-Boxmodell eine eigene Box belegen) und der Box mit dem zugeh&ouml;rigen Text. Obwohl die Eigenschaft in Netscape 6 verf&uuml;gbar ist, enth&auml;lt der Wert eine leere Zeichenfolge, und der dargestellte Inhalt wird durch die Zuweisung eines neuen Wertes nicht beeinflusst.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge mit einem L&auml;ngenwert (mit Ma&szlig;einheit) oder <span class="literal">auto</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="marks">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">marks</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die Art der Schnittmarkierung f&uuml;r eine <span class="literal">@page</span>-Regel fest. Obwohl die Eigenschaft in IE 5/Macintosh und Netscape 6 verf&uuml;gbar ist, enthalten die Werte leere Zeichenfolgen, und die dargestellten Inhalte werden durch die Zuweisung eines neuen Wertes nicht beeinflusst.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">crop</span> | <span class="literal">cross</span> | <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="maxHeight, maxWidth, minHeight, minWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">maxHeight, maxWidth, minHeight, minWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">(siehe Text)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definieren die H&ouml;he und Breite eines Elements in einer Weise, die bewirkt, dass das Element bei einer "max"-Eigenschaft die f&uuml;r die angegebene Dimension festgelegte Gr&ouml;&szlig;e nicht &uuml;berschreiten bzw. bei einer "min"-Eigenschaft die f&uuml;r die angegebene Dimension festgelegte Gr&ouml;&szlig;e nicht unterschreiten kann. Obwohl die Eigenschaft in IE 5 f&uuml;r Macintosh und Netscape 6 verf&uuml;gbar ist, wird sie entweder &uuml;berhaupt nicht (IE 5 f&uuml;r Mac) oder nur fehlerhaft verarbeitet (Netscape 6). IE 6 f&uuml;r Windows unterst&uuml;tzt nur die Eigenschaft <span class="literal">minWidth</span>, und auch diese nur in Bezug auf <span class="literal">tr</span>-, <span class="literal">th</span>- und <span class="literal">td</span>-Elemente.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-L&auml;ngenwert (siehe Kapitel 11) in Form einer Zeichenfolge.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="MozBinding">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">MozBinding</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">nicht zutreffend</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Verweist auf die URL eines XML-Dokuments, das ein vorhandenes Element erweitern oder ein neues Oberfl&auml;chenlement erstellen soll. Basiert auf Mozilla XBL (Extensible Bindings Language). Weitere Informationen hierzu finden Sie unter http://www.mozilla.org/unix/customizing.html.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-URL-Zeichenfolge oder <span class="literal">none</span>.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="MozOpacity">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">MozOpacity</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">nicht zutreffend</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt den Transparenzgrad des Elements fest. Je niedriger der Wert, desto transparenter wird das Element dargestellt. Dies ist die propriet&auml;re Mozilla-Version des propriet&auml;ren Microsoft-Opazit&auml;tsfilters.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("menuWrapper").style.MozOpacity = "40%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge mit einem numerischen Wert zwischen <span class="literal">0</span> und <span class="literal">1</span> oder einem Prozentwert zwischen <span class="literal">0%</span> und <span class="literal">100%</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">100%</span> (absolut undurchsichtig)</p>
					</td>
				</tr>
			</table>
		</div><div id="orphans, widows">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">orphans, widows</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Geben an, wie viele Zeilen eines Blockebenen-Elements, das sich &uuml;ber mehrere Seitenrechtecke erstreckt, am Ende der Seite (<span class="literal">orphans</span>) bzw. am Anfang der n&auml;chsten Seite (<span class="literal">widows</span>) mindestens erscheinen m&uuml;ssen. Obwohl diese Eigenschaften zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;ren, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Druckausgabe.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("sec23").style.orphans = "3";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ganze Zahl in Form einer Zeichenfolge.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="outline">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">outline</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft zum Abrufen oder Festlegen der Eigenschaften <span class="literal">outlineColor</span>, <span class="literal">outlineStyle</span> und/oder <span class="literal">outlineWidth</span> der Umrisslinie um ein Element in einer einzelnen Anweisung. Sie m&uuml;ssen einen Umrissstil angeben (siehe <span class="literal">outlineStyle</span>), damit &Auml;nderungen dieser Eigenschaft Auswirkungen auf die Anzeige haben. Eine Umrisslinie (Kontur) sieht &auml;hnlich aus wie ein Rahmen, &uuml;berlagert jedoch das Element, ohne Raum einzunehmen oder die Abmessungen des Elements zu beeinflussen. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, wird die Umrisslinie nur in IE 5/Mac dargestellt.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.outline = "solid blue 4px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge, deren Eintr&auml;ge durch Leerzeichen getrennt sind. Die Werte f&uuml;r <span class="literal">outlineStyle</span> und <span class="literal">outlineWidth</span> finden Sie in den Abschnitten &uuml;ber diese Eigenschaften in diesem Kapitel. Weitere Informationen zum Wert <span class="literal">outlineColor</span> entnehmen Sie bitte dem Abschnitt &uuml;ber CSS-Farben am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="outlineColor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">outlineColor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Farbe einer Umrisslinie.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.outlineColor = "rgb(100, 75, 0)";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-Farbwert oder die Konstante <span class="literal">invert</span>. Weitere Informationen zu CSS-Farbwerten finden Sie im Abschnitt &uuml;ber Farben am Anfang von Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">invert</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="outlineStyle">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">outlineStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert den Linientyp einer Umrisslinie.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.outlineStyle = "solid";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Stilwerte sind von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten, die bestimmten Arten der Darstellung von Umriss- und Rahmenlinien zugeordnet sind. Die CSS-Style-Konstanten lauten: <span class="literal">dashed</span>, <span class="literal">dotted</span>, <span class="literal">double</span>, <span class="literal">groove</span>, <span class="literal">hidden</span>, <span class="literal">inset</span>, <span class="literal">none</span>, <span class="literal">outset</span>, <span class="literal">ridge</span> und <span class="literal">solid</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="outlineWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">outlineWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die St&auml;rke der Umrisslinien.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("announce").style.outlineWidth = "2px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Drei von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Konstanten <span class="literal"> thin</span> | <span class="literal">medium</span> | <span class="literal">thick </span> erm&ouml;glichen es dem Browser, exakt zu definieren, wie viele Pixel zur Darstellung des Rahmens verwendet werden sollen. Wenn Sie den Rahmen pr&auml;ziser einstellen m&ouml;chten, k&ouml;nnen Sie auch einen L&auml;ngenwert zuweisen (weitere Informationen hierzu finden Sie in der Abhandlung der CSS-L&auml;ngenwerte am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">medium</span></p>
					</td>
				</tr>
			</table>
		</div><div id="overflow">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">overflow</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, wie ein positioniertes Element Inhalte behandeln soll, die &uuml;ber die Grenzen hinausreichen, die in der Stylesheet-Regel festgelegt sind. Weitere Informationen finden Sie in der Abhandlung des Stylesheet-Attributs <span class="literal">overflow</span> in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.overflow = "scroll";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten als Zeichenfolge: <span class="literal">auto</span> | <span class="literal">hidden</span> | <span class="literal">scroll</span> | <span class="literal">visible</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">visible</span></p>
					</td>
				</tr>
			</table>
		</div><div id="overflowX, overflowY">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">overflowX, overflowY</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legen fest, wie ein positioniertes Element Inhalte behandeln soll, die &uuml;ber die in der Stylesheet-Regel festgelegten horizontalen (<span class="literal">overflowX</span>) oder vertikalen (<span class="literal">overflowY</span>) Grenzen hinausreichen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDiv").style.overflow X= "scroll";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten als Zeichenfolge: <span class="literal">auto</span> | <span class="literal">hidden</span> | <span class="literal">scroll</span> | <span class="literal">visible</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">visible</span></p>
					</td>
				</tr>
			</table>
		</div><div id="padding">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">padding</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Dies ist eine Kurzschrift-Eigenschaft, mit der Sie die Auff&uuml;llungsbreite von bis zu vier R&auml;ndern eines Elements in einer einzelnen Anweisung festlegen k&ouml;nnen. Unter Auff&uuml;llung versteht man den Freiraum um das Inhaltsrechteck eines Elements bis zu einem eventuell definierten Rahmen (aber nicht einschlie&szlig;lich). Die Auff&uuml;llung &uuml;bernimmt Hintergrundbild bzw. -farbe des Elements. Wenn Sie ein Element mit Auff&uuml;llung versehen, vergr&ouml;&szlig;ert sich die Gr&ouml;&szlig;e des sichtbaren Rechtecks des Elements, ohne dass die Blockgr&ouml;&szlig;e des Inhalts ver&auml;ndert wird. Sie k&ouml;nnen bis zu vier durch Leerzeichen getrennte Auff&uuml;llwerte definieren. Die Anzahl der Werte bestimmt, welchen Seiten die Auff&uuml;llwerte zugewiesen werden.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("logoWrapper").style.padding = "3px 5px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Diese Eigenschaft akzeptiert einen, zwei, drei oder vier durch Leerzeichen getrennte Werte innerhalb einer Zeichenfolge, abh&auml;ngig davon, wie viele und welche R&auml;nder aufgef&uuml;llt werden sollen. Ausf&uuml;hrliche Informationen dazu, wie sich die Anzahl der Werte auf diese Eigenschaft auswirkt, finden Sie in der Liste der <span class="literal">padding</span>-Attribute in Kapitel 11. Werte f&uuml;r die Breite der Auff&uuml;llung k&ouml;nnen L&auml;ngen, Prozentwerte der n&auml;chst&auml;u&szlig;eren Elementgr&ouml;&szlig;e oder die <span class="literal">auto</span>-Konstante sein.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span></p>
					</td>
				</tr>
			</table>
		</div><div id="paddingBottom, paddingLeft, paddingRight, paddingTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">paddingBottom, paddingLeft, paddingRight, paddingTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Alle vier Eigenschaften legen die Breite eines einzelnen Auff&uuml;llungsrands eines Elements fest. Unter Auff&uuml;llung versteht man den Freiraum, der sich zwischen dem Elementrahmen und dem Inhaltsrechteck erstreckt. Die Auff&uuml;llung wird nicht als ein Teil der Elementbreite oder -h&ouml;he berechnet.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("logoWrapper").style.paddingTop = "3px";
document.getElementById("navPanel").style.paddingLeft = "10%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Werte f&uuml;r die Auff&uuml;llungsbreite k&ouml;nnen L&auml;ngenwerte, Prozentwerte der n&auml;chst&auml;u&szlig;eren Elementgr&ouml;&szlig;e oder die <span class="literal">auto</span>-Konstante sein.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span></p>
					</td>
				</tr>
			</table>
		</div><div id="page">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">page</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Verweist auf den Namen einer vorhandenen <span class="literal">@page</span>-Regel (wenn die Regel einen Bezeichner wie <span class="literal">@page figures &#123;size: landscape}</span> enth&auml;lt), um diese Regel auf das aktuelle Blockebenen-Element anzuwenden. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Druckausgabe.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Bezeichner in Form einer Zeichenfolge.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="pageBreakAfter, pageBreakBefore">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pageBreakAfter, pageBreakBefore</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmen, wie Inhalte einen Seitenumbruch um ein Element behandeln sollen, wenn das Dokument an einen Drucker gesendet wird. Seitenumbr&uuml;che werden in einem visuellen Browser nicht wie in Textverarbeitungsprogrammen dargestellt; auf dem Bildschirm wird der Inhalt kontinuierlich auf der ganzen L&auml;nge angezeigt. Weitere Informationen enth&auml;lt die ausf&uuml;hrliche Abhandlung zu Seitenumbr&uuml;chen in der Beschreibung der Stilattribute <span class="literal">page-break-after</span> und <span class="literal">page-break-before</span> in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("hardBR").style.pageBreakAfter = "always";
document.getElementById("navPanel").style.paddingLeft = "10%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Alle unterst&uuml;tzenden Browser erkennen vier Konstantenwerte (als Zeichenfolgen): <span class="literal">always</span> | <span class="literal">auto</span> | <span class="literal">left</span> | <span class="literal">right</span>. Dar&uuml;ber hinaus unterst&uuml;tzt IE f&uuml;r Windows eine leere Zeichenfolge, die dieselbe Auswirkung hat wie die W3C-CSS-Konstante <span class="literal">avoid</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="pageBreakInside">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pageBreakInside</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt, ob sich das Element auf mehrere Druckseiten aufteilen l&auml;sst. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Druckausgabe.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ein Konstantenwert (als Zeichenfolge): <span class="literal">auto</span> | <span class="literal">avoid</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="pause, pauseAfter, pauseBefore, pitch, pitchRange">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pause, pauseAfter, pauseBefore, pitch, pitchRange</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="pixelBottom, pixelLeft, pixelRight, pixelTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pixelBottom, pixelLeft, pixelRight, pixelTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei positionierbaren Elementen definieren diese Eigenschaften die Pixelpositionen der Kanten eines Elementrechtecks (Inhalt plus Auff&uuml;llung, Rahmen und/oder Rand) in Bezug auf die entsprechenden Kanten des n&auml;chst&auml;u&szlig;eren Blockinhaltscontainers. Bei relativ positionierten Elementen wird die Position in Bezug auf die Kanten der Inline-Position angegeben, an der das Element normalerweise im Inhalt erscheinen w&uuml;rde. Verwenden Sie f&uuml;r Berechnungen (einschlie&szlig;lich Pfadanimation) diese Eigenschaften anstelle der Eigenschaften <span class="literal">bottom</span>, <span class="literal">left</span>, <span class="literal">right</span> und <span class="literal">top</span>, bei denen die Werte als Zeichenfolgen zusammen mit der jeweiligen Ma&szlig;einheit gespeichert werden. Nur als Eigenschaft der IE-Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.pixelLeft++;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine ganze Zahl.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="pixelHeight, pixelWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">pixelHeight, pixelWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Geben die H&ouml;he und Breite des Elements in Pixel an. Verwenden Sie f&uuml;r Berechnungen diese Eigenschaften anstelle von Eigenschaften wie <span class="literal">height</span> und <span class="literal">width</span>, die Zeichenfolgen einschlie&szlig;lich Ma&szlig;einheiten zur&uuml;ckgeben. &Auml;nderungen an diesen Eigenschaften sind nicht sichtbar, es sei denn, f&uuml;r das Element wurde das Stilattribut <span class="literal">position</span> definiert. Nur als Eigenschaft der IE-Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>var midWidth = document.getElementById("myDIV").style.pixelWidth/2;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Integerwert</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="playDuring">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">playDuring</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="posBottom, posLeft, posRight, posTop">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">posBottom, posLeft, posRight, posTop</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei positionierbaren Elementen definieren diese Eigenschaften die Positionen der Kanten eines Elementrechtecks (Inhalt plus Auff&uuml;llung, Rahmen und/oder Rand) in Bezug auf die entsprechenden Kanten des n&auml;chst&auml;u&szlig;eren Blockinhaltscontainers. Bei relativ positionierten Elementen wird die Position in Bezug auf die Kanten der Inline-Position angegeben, an der das Element normalerweise im Inhalt erscheinen w&uuml;rde. Am wichtigsten ist, dass diese Eigenschaften numerische Werte aufweisen, die in der im CSS-Attribut <span class="literal">bottom</span>, <span class="literal">left</span>, <span class="literal">right</span> oder <span class="literal">top</span> festgelegten Einheit angegeben sind. Verwenden Sie f&uuml;r Berechnungen (einschlie&szlig;lich Pfadanimation) diese Eigenschaften anstelle der Eigenschaften <span class="literal">bottom</span>, <span class="literal">left</span>, <span class="literal">right</span> und <span class="literal">top</span>, bei denen die Werte als Zeichenfolgen zusammen mit der jeweiligen Ma&szlig;einheit gespeichert werden. Alle mathematischen Angaben entsprechen den angegebenen Einheiten. Au&szlig;erdem stehen diese Eigenschaften im Kontrast zu den Eigenschaften <span class="literal">pixelBottom</span>, <span class="literal">pixelLeft</span>, <span class="literal">pixelRight</span> und <span class="literal">pixelTop</span>, die nur ganzzahlige Werte f&uuml;r Pixelmessungen sind. Nur als Eigenschaft der IE-Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.posLeft =
  document.getElementById("myDIV").style.posLeft + 1.5;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Gleitkommazahl.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="posHeight, posWidth">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">posHeight, posWidth</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Geben die numerische H&ouml;he und Breite des Elements in den Einheiten an, die durch die positionierungsbezogenen CSS-Attributen festgelegt sind. Verwenden Sie f&uuml;r Berechnungen diese Eigenschaften anstelle von Eigenschaften wie <span class="literal">height</span> und <span class="literal">width</span>, die Zeichenfolgen einschlie&szlig;lich Ma&szlig;einheiten zur&uuml;ckgeben. Alle mathematischen Angaben entsprechen den angegebenen Einheiten. Au&szlig;erdem stehen diese Eigenschaften im Kontrast zu den Eigenschaften <span class="literal">pixelHeight</span> und <span class="literal">pixelWidth</span>, die nur ganzzahlige Werte f&uuml;r Pixelmessungen sind. Nur als Eigenschaft der IE-Objekte <span class="literal">style</span> und <span class="literal">runtimeStyle</span> verf&uuml;gbar.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.posWidth = 10.5;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Gleitkommazahl.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner. </p>
					</td>
				</tr>
			</table>
		</div><div id="position">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">position</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Schreibgesch&uuml;tzt</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei positionierbaren Elementen wird der Wert zur&uuml;ckgegeben, der dem Stylesheet-Attribut <span class="literal">position</span> zugewiesen ist. Diese Eigenschaft kann gelesen und geschrieben werden, es ist jedoch nicht m&ouml;glich, ein positioniertes Element in ein statisches Element oder ein statisches Element in ein positioniertes Element umzuwandeln.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>var posType = document.getElementById("myDIV").style.position;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstante: <span class="literal">absolute</span> | <span class="literal">fixed</span> | <span class="literal">relative</span> | <span class="literal">static</span>. Der Wert <span class="literal">fixed</span> wird in IE 6 f&uuml;r Windows bislang noch nicht unterst&uuml;tzt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="quotes">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">quotes</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Weist Zeichenpaare zu, die als Anf&uuml;hrungszeichen (besonders f&uuml;r das <span class="literal">q</span>-Element) verwendet werden sollen. Obwohl die Eigenschaft in IE 5 f&uuml;r Macintosh und Netscape 6 verf&uuml;gbar ist, reagiert nur Netscape 6 auf das CSS-Attribut und keiner dieser beiden Browser auf das Lesen oder Schreiben des <span class="literal">quotes</span>-Eigenschaftswerts.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge aus zwei oder vier Zeichenfolgen in Anf&uuml;hrungszeichen (verschachtelte Zitate). Das erste Zeichenpaar stellt Zeichen f&uuml;r Zitate der ersten Ebene, das zweite Zeichenpaar Zeichen f&uuml;r verschachtelte Zitate bereit.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div>
		<div id="readyState">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">readyState</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">nicht zutreffend</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal"></p>
							</td><td valign="top" nowrap class="requirements"><span class="emphasis">Schreibgesch&uuml;tzt</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Gibt den aktuellen Downloadstatus des Objektinhalts zur&uuml;ck. Falls ein Skript (insbesondere eines, das durch ein Benutzerereignis ausgel&ouml;st wurde) bestimmte Aktionen ausf&uuml;hren kann, w&auml;hrend das Dokument noch geladen wird, aber andere Aktionen vermeiden muss, bis die gesamte Seite geladen ist, bietet diese Eigenschaft sofortige Informationen zum Ladeprozess. Sie sollten diesen Wert bei der Auswertung von Bedingungen verwenden. Der Wert dieser Eigenschaft &auml;ndert sich w&auml;hrend des Ladens, wenn sich der Ladezustand &auml;ndert. Jede &Auml;nderung des Eigenschaftswerts l&ouml;st ein <span class="literal">onReadyStateChange</span>-Ereignis aus, das nicht nach oben verbreitet wird.
		</p>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Als diese Eigenschaft in IE 4 eingef&uuml;hrt wurde, war sie nur f&uuml;r <span class="literal">document</span>-, <span class="literal">embed</span>-, <span class="literal">img</span>-, <span class="literal">link</span>-, <span class="literal">object</span>-, <span class="literal">script</span>- und <span class="literal">style</span>-Objekte verf&uuml;gbar. In IE 5 wurde die Unterst&uuml;tzung f&uuml;r diese Eigenschaft auf alle HTML-Elementobjekte ausgeweitet.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td><span class="programlisting"><pre>if (document.readyState == "loading") &#123;
		    //statements for alternate handling while loading
		}</pre>
								</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Bei allen Elementen mit Ausnahme des <span class="literal">object</span>-Elements einer der folgenden Werte (als Zeichenfolge): <span class="literal">uninitialized</span> | <span class="literal">loading</span> | <span class="literal">loaded</span> | <span class="literal">interactive</span> | <span class="literal">complete</span>. Einige Elemente erlauben es dem Benutzer, mit einem Teil des Inhalts zu interagieren. In diesem Fall kann die Eigenschaft <span class="literal">interactive</span> zur&uuml;ckgegeben werden, bis der Ladevorgang abgeschlossen ist. Nicht alle Elementtypen geben w&auml;hrend des Ladevorgangs alle Werte nacheinander zur&uuml;ck. Das <span class="literal">object</span>-Element gibt diese f&uuml;nf Zust&auml;nde in Form numerischer Werte zwischen <span class="literal">0</span> (<span class="literal">uninitialized</span>) und <span class="literal">4</span> (<span class="literal">complete</span>) an.
		</p>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Keine.</p>
							</td>
						</tr>
					</table>
		</div>
		<div id="richness">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">richness</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="right">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">right</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert bei einem absolut positionierten Element die Position der rechten Kante eines Elementrechtecks (Inhalt plus rechte Auff&uuml;llung, Rahmen und/oder Rand) in Bezug auf die rechte Kante des n&auml;chst&auml;u&szlig;eren Blockinhaltscontainers.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>F&uuml;r numerische Berechnungen mit diesem Wert in IE rufen Sie die Stileigenschaften <span class="literal">pixelRight</span> oder <span class="literal">posRight</span> ab, die echte numerische Werte zur&uuml;ckgeben.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("blockD2").style.right = "25px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge, die aus einem numerischen Wert und einem L&auml;ngeneinheitenwert, einem Prozentwert oder <span class="literal">auto</span> besteht.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="rubyAlign">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">rubyAlign</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Ausrichtung von Inhalten in einem <span class="literal">ruby</span>-Element. &Auml;nderungen an dieser Eigenschaft wirken sich nur in IE f&uuml;r Windows aus. Ruby-Stile sind in CSS3 definiert.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myRuby").style.rubyAlign = "center";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">auto</span> | <span class="literal">center</span> | <span class="literal">distribute-letter</span> | <span class="literal">distribute-space</span> | <span class="literal">left</span> | <span class="literal">line-edge</span> | <span class="literal">right</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="rubyOverhang">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">rubyOverhang</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Text&uuml;berhangmerkmale von Inhalten in einem <span class="literal">ruby</span>-Element. &Auml;nderungen an dieser Eigenschaft wirken sich nur in IE f&uuml;r Windows aus. Ruby-Stile sind in CSS3 definiert.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myRuby").style.rubyOverhang="whitespace";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">auto</span> | <span class="literal">none</span> | <span class="literal">whitespace</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="rubyPosition">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">rubyPosition</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob Ruby-Text (<span class="literal">rt</span>-Element) in derselben Zeile wie der entsprechende Ruby-Basistext (<span class="literal">rb</span>-Element) oder dar&uuml;ber dargestellt wird. &Auml;nderungen an dieser Eigenschaft wirken sich nur in IE f&uuml;r Windows aus. Ruby-Stile sind in CSS3 definiert.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myRuby").style.rubyPosition = "inline";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">above</span> | <span class="literal">inline</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">above</span> </p>
					</td>
				</tr>
			</table>
		</div>
		<div id="runtimeStyle">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">runtimeStyle</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">nicht zutreffend</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal"></p>
							</td><td valign="top" nowrap class="requirements"><span class="emphasis">Lesen/Schreiben</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Gibt ein <span class="literal">style</span>-Objekt zur&uuml;ck, dessen individuelle Stileigenschaften nur dann Werte aufweisen, wenn sie mit den &uuml;blichen Stylesheet-Verfahren explizit eingestellt wurden. Im Gegensatz zum <span class="literal">currentStyle</span>-Objekt spiegelt dieses Objekt die Systemstandardeinstellungen f&uuml;r die Stylesheet-Eigenschaften nicht wider. Sie k&ouml;nnen einzelne Stileigenschaften dieses <span class="literal">runtimeStyle</span>-Objekts selbst festlegen, &uuml;berschreiben (man k&ouml;nnte auch sagen verletzen) damit jedoch die normale Kaskadierfolge. Eine Eigenschaft, die Sie in einem Skript zuweisen, setzt alle anderen Einstellungen dieser Stileigenschaft in Bezug auf das betreffende Element au&szlig;er Kraft, einschlie&szlig;lich der Werte, die dem <span class="literal">style</span>-Attribut und der <span class="literal">style</span>-Eigenschaft des Element-Tags zugewiesen sind. Wenn Sie beispielsweise der Eigenschaft <span class="literal">style.color</span> eines Elements den Wert <span class="literal">red</span> und anschlie&szlig;end der Eigenschaft <span class="literal">runtimeStyle.color</span> desselben Elements den Wert <span class="literal">green</span> zuweisen, wird der Text dieses Elements auf dem Bildschirm gr&uuml;n dargestellt, obwohl die spezifischere Eigenschaft <span class="literal">style.color</span> nach wie vor den Wert <span class="literal">red</span> enth&auml;lt. Die Eigenschaft <span class="literal">currentStyle.color</span> des Elements gibt in diesem Fall ebenfalls den Wert <span class="literal">green</span> zur&uuml;ck, da sie sich auf den effektiven Stil bezieht, der dem Element zum Zeitpunkt des Aufrufs zugewiesen ist.
		</p>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Sie k&ouml;nnen das Objekt <span class="literal">runtimeStyle</span> auch verwenden, um mehrere Stileigenschaften einzustellen, indem Sie der Eigenschaft <span class="literal">runtimeStyle.cssText</span> eine neue CSS-Syntaxregel zuweisen. Wenn Sie der Eigenschaft <span class="literal">cssText</span> eine leere Zeichenfolge zuweisen, werden alle Inline-Attributwerte entfernt und die effektiven Stileinstellungen wieder von der regul&auml;ren Stylesheet-Kaskade gesteuert.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td><span class="programlisting"><pre>document.getElementById("<span class="replaceable">elementID</span>").runtimeStyle.cssText =
		  "border: 5px blue solid";</pre>
								</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p><span class="literal">style</span>-Objektreferenz.</p>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Das effektive <span class="literal">style</span>-Objekt und seine explizit definierten Stilattributwerte.
		</p>
							</td>
						</tr>
					</table>
		</div>
		<div id="setExpression( )">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">setExpression( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal">setExpression("<span class="replaceable">propertyName</span>", "<span class="replaceable">expression</span>", ["<span class="replaceable">scriptLanguage</span>"])</p>
							</td><td valign="top" nowrap class="requirements"></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Weist einer Eigenschaft eines Elementobjekts einen Skriptausdruck zu, durch den der Wert dieser Eigenschaft dynamisch berechnet wird. Diese Methode funktioniert in Verbindung mit Eigenschaften von Elementobjekten und, falls erforderlich, ihren <span class="literal">style</span>-Objekten. Der Ausdruck wird bei den meisten benutzerbezogenen Ereignissen automatisch neu ausgewertet, Sie k&ouml;nnen die erneute Auswertung jedoch auch jederzeit mithilfe der Methode <span class="literal">recalc( )</span> erzwingen.
		</p><span class="PROGRAMLISTING"><pre>&lt;div id=&quot;heading&quot; style=&quot;position:absolute; left:expression(
  document.body.clientWidth/2-document.getElementById(&quot;heading&quot;).offsetWidth/2);</pre></span>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Die Zuweisung eines Ausdrucks zu einem Elementattribut kann an die Stelle bestimmter Ereignisbehandlungen treten, zum Beispiel wenn es darum geht, die relativen Positionen der einzelnen Elemente zueinander beim Vergr&ouml;&szlig;ern oder Verkleinern des Browserfensters beizubehalten. Wenn Sie beispielsweise erreichen m&ouml;chten, dass ein Element stets horizontal zentriert im Browserfenster dargestellt wird, k&ouml;nnen Sie mithilfe eines der folgenden Verfahren einen Ausdruck auf die Eigenschaft <span class="literal">style.left</span> dieses Elements anwenden. Das erste Beispiel veranschaulicht die Syntax (auch f&uuml;r IE f&uuml;r Windows ab Version 5), mit der Sie dem Element einen Ausdruck als Inline-Attribut zuweisen k&ouml;nnen:
		</p><span class="PROGRAMLISTING"><pre>document.getElementById(&quot;heading&quot;).style.setExpression(&quot;left&quot;, 
 &quot;document.body.clientWidth/2-document.getElementById('heading').offsetWidth/2;&quot;, 
 &quot;JScript&quot;);</pre></span>

									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Sie k&ouml;nnen jedoch auch eine Funktion verwenden, die beim Laden aufgerufen wird und die folgende Anweisung enth&auml;lt:
		</p>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>In beiden F&auml;llen berechnet derselbe Ausdruck die Koordinatenposition der linken Kante des Elements in Bezug auf die derzeit sichtbare Breite des <span class="literal">body</span>-Elements. Da dieser Ausdruck von der Eigenschaft <span class="literal">dimension</span> eines <span class="literal">body</span>-Elements abh&auml;ngig ist, wei&szlig; der Browser, dass jeder Ausdruck, der von einer durch das Vergr&ouml;&szlig;ern oder Verkleinern des Fensters verursachten &Auml;nderung der Gr&ouml;&szlig;e des Body-Elements betroffen sein k&ouml;nnte, neu berechnet werden muss.
		</p>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Stellen Sie sicher, dass der Ergebniswert des zugewiesenen Ausdrucks den f&uuml;r das einzustellende Attribut geeigneten Datentyp aufweist. Isolieren und testen Sie den Ausdruck also, bevor Sie ihn der Methode <span class="literal">setExpression( )</span> zuweisen. Auf diese Weise k&ouml;nnen Sie sich das sp&auml;tere Debuggen um einiges erleichtern.
		</p>
									</td>
								</tr>
								<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
								</tr>
								<tr>
									<td colspan="2"><p>Wenn ein Attribut den Wert, der ihm mit einem Ausdruck zugewiesen wurde, dauerhaft beibehalten soll, k&ouml;nnen Sie mit der Methode <span class="literal">removeExpression( )</span> jede erneute Berechnung des Attributwerts unterbinden.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td>
								<ul><li><span class="literal"></span>Der Name des vom Ausdruck gesteuerten Attributs in Form eines von der Gro&szlig;-/Kleinschreibung abh&auml;ngigen Eigenschaftsnamens (z.B. der Eigenschaftsname <span class="literal">className</span> anstelle des entsprechenden Attributnamens <span class="literal">class</span>).
		</li><li><span class="literal"></span>Eine Zeichenfolge mit dem auszuwertenden Skriptausdruck. Da der Ausdruck einen Wert ergeben muss, der f&uuml;r die im ersten Parameter angegebene Eigenschaft geeignet ist, sind mehrere durch Strichpunkte getrennte Anweisungen nicht zul&auml;ssig. Verweise auf andere Elemente sollten in Form vollst&auml;ndiger Referenzen angegeben werden. &Auml;ltere Implementierungen k&ouml;nnen Referenzen, die Arrays enthalten, m&ouml;glicherweise nicht korrekt verarbeiten.
		</li><li><span class="literal"></span>Eine von drei Konstantenzeichenfolgen: <span class="literal">JScript</span> | <span class="literal">JavaScript</span> | <span class="literal">VBScript</span>. Der Standardwert ist <span class="literal">JScript</span>.
		</li></ul>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
						</tr>
						<tr>
							<td colspan="2"><p>Keiner.</p>
							</td>
						</tr>
					</table>
		</div>
		<div id="scrollbar3dLightColor, scrollbarArrowColor, scrollbarBaseColor, scrollbarDarkShadowColor, scrollbarFaceColor, scrollbarHighlightColor, scrollbarShadowColor, scrollbarTrackColor">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">scrollbar3dLightColor, scrollbarArrowColor, scrollbarBaseColor, scrollbarDarkShadowColor, scrollbarFaceColor, scrollbarHighlightColor, scrollbarShadowColor, scrollbarTrackColor</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Farben f&uuml;r spezielle Komponenten der Bildlaufleiste eines <span class="literal">applet</span>-, <span class="literal">body</span>-, <span class="literal">div</span>-, <span class="literal">embed</span>-, <span class="literal">object</span>- oder <span class="literal">textarea</span>-Elements. Weitere Informationen dazu, auf welche Komponenten sich die einzelnen Eigenschaften beziehen, finden Sie in der Beschreibung dieser CSS-Attribute in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("comments").style.scrollbarArrowColor = "rgb(100, 75, 0");</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige CSS-Farbspezifikation (weitere Informationen finden Sie in der Abhandlung am Anfang von Kapitel 11).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="size">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">size</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei einem durch eine <span class="literal">@page</span>-Regel definierten Seitenkontext steuert diese Eigenschaft die Gr&ouml;&szlig;e oder Ausrichtung der Seite. Obwohl die Eigenschaft in Netscape 6 verf&uuml;gbar ist, enth&auml;lt der Wert eine leere Zeichenfolge, und die Eigenschaft hat keinen Einfluss auf den Seitenkontext.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-L&auml;ngenwerte (in Form einer Zeichenfolge) oder eine von der Gro&szlig;-/Kleinschreibung unabh&auml;ngige Zeichenfolge mit einer der folgenden Konstanten: <span class="literal">auto</span> | <span class="literal">landscape</span> | <span class="literal">portrait</span>. Wenn ein einziger L&auml;ngenwert angegeben wird, bezieht er sich auf die H&ouml;he und auf die Breite; wenn zwei durch ein Leerzeichen getrennte L&auml;ngenwerte angegeben werden, gilt einer f&uuml;r die Breite und der andere f&uuml;r die H&ouml;he.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="speak, speakHeader, speakNumeral, speakPunctuation, speechRate, stress">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">speak, speakHeader, speakNumeral, speakPunctuation, speechRate, stress</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="styleFloat">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">styleFloat</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt, an welcher Seite der umgebenden Box das Element ausgerichtet wird bzw. wie andere Inhalte das Element umflie&szlig;en. Wenn diese Eigenschaft auf <span class="literal">none</span> gesetzt ist, erscheint das Element in seiner Quellcodereihenfolge, und h&ouml;chstens eine Zeile des umgebenden Textinhalts erscheint in dem gleichen horizontalen Band wie das Element. Weitere Informationen finden Sie unter dem Stilattribut <span class="literal">float</span> in Kapitel 11. IE 5 enth&auml;lt dieselbe Eigenschaft unter dem Namen <span class="literal">cssFloat</span>, der DOM-2-Version, die auch als eigenst&auml;ndige Eigenschaft in Netscape 6 unterst&uuml;tzt wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.styleFloat = "right";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten (als Zeichenfolge): <span class="literal">none</span> | <span class="literal">left</span> | <span class="literal">right</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div><div id="tableLayout">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">tableLayout</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fungiert als Schalter beim Laden, der den Browser anweist, die Tabelle mit den in der ersten Zeile eingestellten Spaltenbreiten zu erstellen oder zu warten, bis die Tabellendaten geladen sind, und dann anhand der Zelleninhalte die optimalen Spaltenbreiten zu errechnen. &Auml;nderungen an dieser Eigenschaft wirken sich nicht auf eine bereits dargestellte Tabelle aus.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myTable").style.tableLayout = "fixed";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten (als Zeichenfolge): <span class="literal">auto</span> | <span class="literal">fixed</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="textAlign">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textAlign</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt die horizontale Ausrichtung von Text in der Box eines Elements.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.textAlign = "right";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden vier Konstanten (als Zeichenfolge): <span class="literal">center</span> | <span class="literal">justify</span> | <span class="literal">left</span> | <span class="literal">right</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>H&auml;ngt von der Standardsprache des Browsers ab.</p>
					</td>
				</tr>
			</table>
		</div><div id="textAlignLast">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textAlignLast</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt die horizontale Ausrichtung der letzten Textzeile in der Box eines Elements. Dieses Stilattribut kann Ihnen dabei helfen, das gew&uuml;nschte Tabellenlayout zu erzielen, wenn Sie einige der anderen propriet&auml;ren Stilattribute zur Textausrichtung in IE f&uuml;r Windows ab Version 5.5 verwenden.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.textAlignLast = "justify";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten (als Zeichenfolge): <span class="literal">auto</span> | <span class="literal">center</span> | <span class="literal">justify</span> | <span class="literal">left</span> | <span class="literal">right</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="textAutospace">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textAutospace</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt den Abstand zwischen ideografischen (normalerweise asiatischen) und nichtideografischen Zeichen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.textAutospace = "ideograph-numeric";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten (als Zeichenfolge): <span class="literal">ideograph-alpha</span> | <span class="literal">ideograph-numeric</span> | <span class="literal">ideograph-parenthesis</span> | <span class="literal">ideograph-space</span> | <span class="literal">none</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="textDecoration">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textDecoration</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Definiert f&uuml;r Textinhalte des Elements zus&auml;tzliche Eigenschaften wie Unterstreichen, Durchstreichen, &Uuml;berstreichen und (bei Navigator und CSS) Blinken. Browser verwenden dieses Stilattribut intern, um <span class="literal">a</span>-Elemente standardm&auml;&szlig;ig unterstrichen und <span class="literal">strike</span>-Elemente standardm&auml;&szlig;ig durchgestrichen darzustellen. Daher sind die Standardwerte von Elementtyp zu Elementtyp verschieden. Sie k&ouml;nnen mehrere Dekorationsstile definieren, indem Sie mehrere Werte in einer durch Leerzeichen getrennten Liste angeben. Die Browser akzeptieren zwar den optionalen CSS-Wert <span class="literal">blink</span>, stellen den Text jedoch gl&uuml;cklicherweise nicht blinkend dar. Bei diesem Attribut besteht eine ungew&ouml;hnliche Beziehung zwischen &uuml;bergeordneten und untergeordneten Elementen. Die Werte werden nicht vererbt, doch der Textstil &uuml;bertr&auml;gt sich in den meisten F&auml;llen auf die verschachtelten Elemente. Daher unterstreicht, sofern nichts anderes festgelegt wird, ein unterstrichenes <span class="literal">p</span>-Element ein in ihm verschachteltes <span class="literal">b</span>-Element. Internet Explorer enth&auml;lt au&szlig;erdem Boolesche Eigenschaften f&uuml;r jeden Dekorationstyp.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("emphasis").style.textDecoration = "underline";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zus&auml;tzlich zu <span class="literal">none</span> eine der folgenden vier Konstanten (als Zeichenfolge): <span class="literal">blink</span> | <span class="literal">line-through</span> | <span class="literal">overline</span> | <span class="literal">underline</span>. Mehrere Werte k&ouml;nnen als eine durch Leerzeichen getrennte Liste in die Zeichenfolge aufgenommen werden.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Abh&auml;ngig vom Element und dem internen Stylesheet. </p>
					</td>
				</tr>
			</table>
		</div><div id="textDecorationBlink, textDecorationLineThrough, textDecorationNone, textDecorationOverline, textDecorationUnderline">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textDecorationBlink, textDecorationLineThrough, textDecorationNone, textDecorationOverline, textDecorationUnderline</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">4</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt, ob die angegebene Textdekorationsfunktion f&uuml;r das Element aktiviert ist. Jede dieser Eigenschaften entspricht einem Wert, der dem Stilattribut <span class="literal">text-decoration</span> in CSS zugewiesen werden kann (siehe Kapitel 11). Internet Explorer unterst&uuml;tzt die Blinkfunktion f&uuml;r Text nicht, daher wird die <span class="literal">textDecorationBlink</span>-Eigenschaft ignoriert. Wenn <span class="literal">textDecorationNone</span> auf <span class="literal">true</span> gesetzt wird, werden die anderen zugeh&ouml;rigen Eigenschaften auf <span class="literal">false</span> gesetzt. Das Definieren dieser Eigenschaften in der Macintosh-Version von IE 4 &auml;ndert den Inhalt nicht. Verwenden Sie stattdessen die Eigenschaft <span class="literal">textDecoration</span>.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("emphasis").style.textDecorationLineThrough = "true";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Boolescher Wert: <span class="literal">true</span> | <span class="literal">false</span>.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">false</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textIndent">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textIndent</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die Breite des Einzugs der ersten Zeile eines Blocks mit Inline-Text (etwa eines <span class="literal">p</span>-Elements) fest. Von dieser Einstellung ist nur die erste Zeile betroffen. Ein negativer Wert f&uuml;hrt zu einem h&auml;ngenden Einzug, allerdings ist dabei zu beachten, dass der Text nicht &uuml;ber den linken Rand des Fensters bzw. Frames hinausgeht.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("firstGraph").style.textIndent = "0.5em";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Positiver oder negativer CSS-L&auml;ngenwert (siehe Kapitel 11) in Form einer Zeichenfolge.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0px</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textJustify">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textJustify</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5</span>  DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt detaillierte Zeichenverteilungstechniken f&uuml;r ein Blockebenen-Element fest, bei dem das CSS-Attribut <span class="literal">text-align</span> oder Stilattribut <span class="literal">textAlign</span> auf <span class="literal">justify</span> gesetzt ist.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("inset").style.textJustify = "distribute-center-last";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten (als Zeichenfolge): <span class="literal">auto</span> | <span class="literal">distribute</span> | <span class="literal">distribute-all-lines</span> | <span class="literal">distribute-center-last</span> | <span class="literal">inter-cluster</span> | <span class="literal">inter-ideograph</span> | <span class="literal">inter-word</span> | <span class="literal">kashdia</span> | <span class="literal">newspaper</span>. Ausf&uuml;hrliche Informationen zur Bedeutung dieser Werte finden Sie in der Abhandlung des Attributs <span class="literal">text-justify</span> in Kapitel 11.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textKashidaSpace">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textKashidaSpace</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt bei arabischem Text in einem Blockebenen-Element mit dem Textausrichtungsstil <span class="literal">justify</span> das Verh&auml;ltnis zwischen Kashida-Erweiterung und Leerraumerweiterung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("inset").style.textKashidaSpace = "15%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Prozentwert in Form einer Zeichenfolge.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0%</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textOverflow">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textOverflow</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">6(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob am Ende einer Zeile ein Auslassungszeichen (...) angezeigt wird, wenn eine Box mit fester Breite Text enth&auml;lt, der nicht vollst&auml;ndig dargestellt werden kann. Das Stilattribut bzw. die Eigenschaft <span class="literal">overflow</span> des Elements muss zu diesem Zweck auf <span class="literal">hidden</span> gesetzt sein.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("textBox").style.textOverflow = "ellipsis";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Einer der folgenden Konstanten als Zeichenfolgenwert: <span class="literal">clip</span> | <span class="literal">ellipsis</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">clip</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textShadow">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textShadow</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Spezifikationen f&uuml;r Schatteneffekte im Elementtext. Obwohl diese Eigenschaft zum <span class="literal">style</span>-Objekt von IE 5/Mac und Netscape 6 geh&ouml;rt, hat weder das <span class="literal">style</span>-Attribut noch eine in einem Skript vorgenommene &Auml;nderung an diesem Attribut Auswirkungen auf die Textanzeige.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge mit einer oder mehreren Schattenspezifikationen. Jede Schattenspezifikation besteht aus durch Leerzeichen getrennten Werten f&uuml;r eine Farbe, einem L&auml;ngenwert f&uuml;r den Versatz nach rechts, einem L&auml;ngenwert f&uuml;r den Versatz nach unten und einem optionalen Wert f&uuml;r den Unsch&auml;rferadius. Die einzelnen Schattenspezifikationen sind durch Kommas getrennt; der Wert <span class="literal">null</span> deaktiviert den Schatten.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span></p>
					</td>
				</tr>
			</table>
		</div><div id="textTransform">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textTransform</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt die Gro&szlig;-/Kleinschreibung des Elementtextes. Wenn diesem Attribut ein anderer Wert als <span class="literal">none</span> zugewiesen wird, wird die Gro&szlig;-/Kleinschreibung aller Zeichen im Quelltext unabh&auml;ngig von deren Schreibweise durch das Stylesheet bestimmt.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("heading").style.textTransform = "capitalize";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Beim Wert <span class="literal">none</span> wird die Gro&szlig;-/Kleinschreibung des Quelltextes beibehalten. Weitere verf&uuml;gbare Konstanten (als Zeichenfolgen): <span class="literal">capitalize</span> | <span class="literal">lowercase</span> | <span class="literal">uppercase</span>. Bei <span class="literal">capitalize</span> wird das erste Zeichen jedes Worts gro&szlig;geschrieben. Bei den Werten <span class="literal">lowercase</span> und <span class="literal">uppercase</span> werden alle Zeichen des Textes klein- bzw. gro&szlig;geschrieben.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="textUnderlinePosition">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">textUnderlinePosition</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bestimmt, ob ein Unterstrich (d.h. ein Element, dessen Stilattribut <span class="literal">text-decoration</span> auf <span class="literal">underline</span> gesetzt ist), &uuml;ber oder unter dem Text dargestellt wird.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("heading").style.textUnderlinePosition = "above";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>IE 5.5 erkennt zwei Konstantenwerte: <span class="literal">above</span> | <span class="literal">below</span>. Bei IE 6 kommen die Werte <span class="literal">auto</span> und <span class="literal">auto-pos</span> hinzu, die das gleiche zu bewirken scheinen. Der Standardwert hat sich zwischen den beiden Versionen ebenfalls ge&auml;ndert, und zwar von <span class="literal">below</span> in <span class="literal">auto</span>. In IE 6 wird bei <span class="literal">auto</span> vertikaler japanischer Text "&uuml;ber" (d.h. rechts neben) den Zeichen unterstrichen.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">none</span> (IE 5.5); <span class="literal">auto</span> (IE 6).</p>
					</td>
				</tr>
			</table>
		</div><div id="top">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">top</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Bei positionierbaren Elementen wird die Position der oberen Ecke einer Elementbox (Inhalt plus obere Auff&uuml;llung, Rahmen und/oder Rand) relativ zur oberen Ecke des n&auml;chst&auml;u&szlig;eren Blockcontainerinhalts definiert. Wenn das Element relativ positioniert wird, basiert der Versatz auf der oberen Ecke der linearen Position, an der das Element normalerweise im Inhalt erscheinen w&uuml;rde.
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Wenn Sie Berechnungen mit diesem Wert durchf&uuml;hren m&ouml;chten, wenden Sie die Methode <span class="literal">parseFloat( )</span> auf den R&uuml;ckgabewert an oder (nur IE) rufen Sie die Eigenschaften <span class="literal">pixelTop</span> oder <span class="literal">posTop</span> ab, die echte numerische Werte zur&uuml;ckgeben.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("blockD2").style.top = "40px";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine Zeichenfolge, die aus einem numerischen Wert und einem L&auml;ngeneinheitenwert, einem Prozentwert oder <span class="literal">auto</span> besteht.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">auto</span></p>
					</td>
				</tr>
			</table>
		</div><div id="unicodeBidi">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">unicodeBidi</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert zusammen mit dem Stilattribut <span class="literal">direction</span> die Einbettung von bidirektionalem Text (z.B. eine Mischung aus Deutsch und Arabisch).
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("blockD2").style.unicodeBidi = "bidi-override";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolgenkonstantenwerte: <span class="literal">bidi-override</span> | <span class="literal">embed</span> | <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="verticalAlign">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">verticalAlign</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt die vertikale Ausrichtungseigenschaft des Elements fest. Diese Eigenschaft operiert in zwei Sph&auml;ren, abh&auml;ngig von der Auswahl der verwendeten Werte. Weitere Informationen finden Sie in der ausf&uuml;hrlichen Abhandlung der Stylesheet-Eigenschaft <span class="literal">vertical-align</span> in Kapitel 11.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.verticalAlign = "text-top";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ein Zeichenfolgenwert einer absoluten Messung (mit Einheiten), ein Prozentwert (relativ zum n&auml;chst&auml;u&szlig;eren Boxelement) oder eine der folgenden Konstanten: <span class="literal">bottom</span> | <span class="literal">top</span> | <span class="literal">baseline</span> | <span class="literal">middle</span> | <span class="literal">sub</span> | <span class="literal">super</span> | <span class="literal">text-bottom</span> | <span class="literal">text-top</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">baseline</span></p>
					</td>
				</tr>
			</table>
		</div><div id="visibility">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">visibility</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt fest, ob ein positioniertes Element sichtbar ist. Umgebender Inhalt belegt nicht den freien Raum, der bei einem Element zur&uuml;ckbleibt, dessen <span class="literal">visibility</span>-Eigenschaft auf <span class="literal">hidden</span> gesetzt ist.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.visibility = "hidden";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">collapse</span> | <span class="literal">hidden</span> | <span class="literal">inherit</span> | <span class="literal">visible</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">visible</span></p>
					</td>
				</tr>
			</table>
		</div><div id="voiceFamily, volume">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">voiceFamily, volume</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe azimuth.</p>
							</td>
						</tr>
			</table>
		</div><div id="whiteSpace">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">whiteSpace</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)/5.5(Win)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Interpretation von Leerr&auml;umen (z.B. f&uuml;hrenden Leerzeichen und Zeilenumbr&uuml;chen) im Quellcode.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.whiteSpace = "pre";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">normal</span> | <span class="literal">nowrap</span> | <span class="literal">pre</span>. Der Wert <span class="literal">normal</span> erm&ouml;glicht es dem Browser, Zeilen in Blockelementen zu umbrechen und f&uuml;hrende Leerzeichen zu ignorieren. Der Wert <span class="literal">nowrap</span> verhindert Zeilenumbr&uuml;che im Quellcode, f&uuml;hrende Leerzeichen werden jedoch weiterhin ignoriert. Der Wert <span class="literal">pre</span> bewirkt, dass f&uuml;hrende und &uuml;berz&auml;hlige Leer- und Wagenr&uuml;cklaufzeichen im Quellcode beibehalten werden. Beachten Sie, dass IE 6 f&uuml;r Windows den Wert <span class="literal">pre</span> nur umsetzt, wenn Sie den Browser mit <span class="literal">DOCTYPE</span>-Elementwerten in den Standardkompatibilit&auml;tsmodus versetzen.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="widows">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">widows</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe orphans.</p>
							</td>
						</tr>
			</table>
		</div><div id="width">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">width</td><td valign="top" nowrap class="compatibility"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Siehe height.</p>
							</td>
						</tr>
			</table>
		</div><div id="wordBreak">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">wordBreak</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt den Worttrennungsstil f&uuml;r ideographische Sprachen oder Inhalte fest, in denen sowohl lateinische als auch ideographische Schriften vorkommen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.wordBreak = "keep-all";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">break-all</span> | <span class="literal">keep-all</span> | <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="wordSpacing">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">wordSpacing</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Breite der Leerzeichen zwischen den einzelnen W&ouml;rtern. Bei IE 5 f&uuml;r Macintosh kann es aufgrund von Problemen mit den Wortabst&auml;nden zu Text&uuml;berschneidungen in Elementen kommen, die in dem gesteuerten Element verschachtelt sind.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.wordSpacing = "1.0em";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>CSS-L&auml;ngenwert in Form einer Zeichenfolge oder die Konstante <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="wordWrap">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">wordWrap</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt den Wortumbruchstil f&uuml;r Blockebenen-Elemente, Inline-Elemente in Sondergr&ouml;&szlig;en oder positionierte Elemente fest. Wenn ein einzelnes Wort (d.h. ohne Leeraum) &uuml;ber die Breite der Box, die das Element enth&auml;lt, hinausragt, wird der Inhalt normalerweise ohne Umbruch &uuml;ber die normale Boxbreite hinaus ausgedehnt. Sie k&ouml;nnen jedoch auch einen Umbruch des &uuml;berstehenden Wortes am Rand des Felds erzwingen.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.wordWrap = "break-word";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">break-word</span> | <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="writingMode">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">writingMode</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Haupts&auml;chlich f&uuml;r Sprachen gedacht, die senkrecht von oben nach unten geschrieben werden; dient zur Steuerung des Inhaltsverlaufs in Links-Rechts- oder Rechts-Links-Richtung.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.writingMode = "lr-tb";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine der folgenden Konstanten (als Zeichenfolge): <span class="literal">lr-tb</span> | <span class="literal">tb-rl</span>. Mit dem Wert <span class="literal">tb-rl</span> l&auml;sst sich der Text bei manchen Sprachen um 90 Grad drehen.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">lr-tb</span></p>
					</td>
				</tr>
			</table>
		</div><div id="zIndex">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">zIndex</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Legt bei einem positionierten Element die Stapelreihenfolge in Bezug auf andere Elemente im selben &uuml;bergeordneten Container fest. Weitere Informationen zu den Beziehungen der Elementebenen in mehreren Containern finden Sie in Kapitel 4.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.getElementById("myDIV").style.zIndex = "3"</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Eine ganze Zahl. Netscape 6 bevorzugt f&uuml;r diesen Wert die Form einer Zeichenfolge (was dem Format des R&uuml;ckgabewerts dieser Eigenschaft entspricht), w&auml;hrend IE eine Zahl zur&uuml;ckgibt.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">0</span> </p>
					</td>
				</tr>
			</table>
		</div><div id="zoom">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">zoom</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span> IE <span class="emphasis">5.5(Win)</span> DOM <span class="emphasis">nicht zutreffend</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Lesen/Schreiben</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Steuert die Vergr&ouml;&szlig;erung des dargestellten Inhalts. Dies ist besonders bei Inhalten hilfreich, die unter Umst&auml;nden auf Bildschirmen mit sehr hoher Pixeldichte dargestellt werden. Siehe <span class="literal">screen.logicalXDPI</span>-Eigenschaft.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>document.body.style.zoom = "200%";</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Prozentwert (normale Gr&ouml;&szlig;e = <span class="literal">100%</span>), Gleitkommafaktor (normale Gr&ouml;&szlig;e = <span class="literal">1.0</span>) oder Konstante <span class="literal">normal</span>.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" nowrap colspan="2" class="default"><span class="title">Standardwert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p><span class="literal">normal</span></p>
					</td>
				</tr>
			</table>
		</div><div id="getPropertyCSSValue( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">getPropertyCSSValue( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">nicht zutreffend</span>  IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">getPropertyCSSValue("<span class="replaceable">CSSAttributeName</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt ein Objekt zur&uuml;ck, das einen CSS-Wert darstellt. Im W3C-DOM weist das von dieser Methode zur&uuml;ckgegebene <span class="literal">CSSValue</span>-Objekt Eigenschaften auf, die den Text des Attribut-/Wertpaars offen legen, sowie einen numerischen Wert, der einem von vielen primitiven Wertetypen entspricht (Prozentsatz, Pixell&auml;nge, RGB-Farbe usw.). Diese Methode ist in Netscape 6 zwar implementiert, gibt bisher jedoch nur ein leeres Objekt zur&uuml;ck.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Der CSS-Attributname aus einer Inline-Stildeklaration (nicht die DOM-Version des Eigenschaftsnamen).
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Referenz auf ein <span class="literal">CSSValue</span>-Objekt.</p>
					</td>
				</tr>
			</table>
		</div><div id="getPropertyPriority( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">getPropertyPriority( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">getPropertyPriority("<span class="replaceable">CSSAttributeName</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt die dem Inline-CSS-Attribut zugewiesene Priorit&auml;t in Form einer Zeichenfolge zur&uuml;ck (z.B. <span class="literal">!important</span>).
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Der CSS-Attributname aus einer Inline-Stildeklaration (nicht die DOM-Version des Eigenschaftsnamen).
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge.</p>
					</td>
				</tr>
			</table>
		</div><div id="getPropertyValue( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">getPropertyValue( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">getPropertyValue("<span class="replaceable">CSSAttributeName</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt den Zeichenfolgenwert des Inline-CSS-Attribut-/Wertpaars zur&uuml;ck.</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Der CSS-Attributname aus einer Inline-Stildeklaration (nicht die DOM-Version des Eigenschaftsnamen).
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge.</p>
					</td>
				</tr>
			</table>
		</div><div id="item( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">item( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">item(<span class="replaceable">index</span>)</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Gibt den Attributnamen des Inline-CSS-Attribut-/Wertpaars entsprechend dem ganzzahligen Indexwert in der Quellcodereihenfolge zur&uuml;ck.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Auf Null basierende ganze Zahl, die dem angegebenen Inline-CSS-Attribut-/Wertpaar in der Quellcodereihenfolge entspricht.
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge. IE f&uuml;r Macintosh gibt den Namen in Gro&szlig;buchstaben, Netscape 6 hingegen in Kleinbuchstaben zur&uuml;ck.
</p>
					</td>
				</tr>
			</table>
		</div><div id="removeProperty( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">removeProperty( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">removeProperty("<span class="replaceable">CSSAttributeName</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>L&ouml;scht das Inline-CSS-Attribut-/Wertpaar und gibt eine Zeichenfolge mit dem bisherigen Wert zur&uuml;ck.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Der CSS-Attributname aus einer Inline-Stildeklaration (nicht die DOM-Version des Eigenschaftsnamen).
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Zeichenfolge.</p>
					</td>
				</tr>
			</table>
		</div><div id="setProperty( )">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">setProperty( )</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">5(Mac)</span> DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">setProperty("<span class="replaceable">CSSAttributeName</span>", "<span class="replaceable">value</span>", "<span class="replaceable">priority</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Stellt ein Inline-Stilattribut-/Wertpaar ein. Wenn das Attribut bereits vorhanden ist, wird der neue Wert auf das vorhandene Attribut angewendet, andernfalls wird das Attribut mit dem angegebenen Wert dem Element hinzugef&uuml;gt.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">Parameter</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>Der CSS-Attributname aus einer Inline-Stildeklaration (nicht die DOM-Version des Eigenschaftsnamen).
</li><li><span class="literal"></span>Zeichenfolge mit dem Wert in dem auf das Attribut anwendbaren Format.</li><li><span class="literal"></span>Zeichenfolge mit der Priorit&auml;tszuweisung (z.B. <span class="literal">!important</span>) oder leere Zeichenfolge.
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">Zur&uuml;ckgegebener Wert</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Keiner.</p>
					</td>
				</tr>
			</table>
		</div>

</body>
</html>
