<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">
<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">text-justify</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">5</span> CSS <span class="emphasis">n/a</span></td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Inherited: Yes</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Controls detailed character distribution techniques for any
block-level element that has its <span class="literal">text-align</span> CSS
attribute set to <span class="literal">justify</span>. This attribute is
designed primarily for Asian or other non-Latin languages.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="csssyntax"><span class="title">CSS Syntax</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>text-justify: <span class="replaceable">justificationType</span></pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Value</span></td>
				</tr>
				<tr>
					<td><p>One of the constants shown in the following table.</p>
						<table border="1"><tbody><tr><th>Value</th><th>Meaning</th></tr>
								<tr><td><span class="literal">auto</span> </td><td>Lets browser choose best type</td>
								</tr>
								<tr><td><span class="literal">distribute</span> </td><td>Similar to <span class="literal">newspaper</span> but optimized for Asian
languages
</td>
								</tr>
								<tr><td><span class="literal">distribute-all-lines</span> </td><td>Justifies lines, including the last line, leading to potentially very
wide word spacing
</td>
								</tr>
								<tr><td><span class="literal">distribute-center-last</span> </td><td>Justifies lines but centers the last line (not implemented)</td>
								</tr>
								<tr><td><span class="literal">inter-cluster</span> </td><td>Justifies lines lacking word spacing</td>
								</tr>
								<tr><td><span class="literal">inter-ideograph</span> </td><td>Justifies lines consisting of ideographs</td>
								</tr>
								<tr><td><span class="literal">inter-word</span> </td><td>Justifies lines by distributing padded space between words (common
for Latin languages)
</td>
								</tr>
								<tr><td><span class="literal">kashida</span> </td><td>Justify Arabic script through elongated strokes (IE 5.5 or later
required)
</td>
								</tr>
								<tr><td><span class="literal">newspaper</span></td><td>Justify lines by distributing padded space between words and between
characters
</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="initvalue"><span class="title">Initial Value</span></td>
				</tr>
				<tr>
					<td><p><span class="literal">0</span></p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Example</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>div#col1 {text-align:justify; text-justify:newspaper}</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="appliesto"><span class="title">Applies To</span></td>
				</tr>
				<tr>
					<td><p>Block-level elements.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">Object Model Reference</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.getElementById("<span class="replaceable">elementID</span>").style.textJustify</pre>
						</span></td>
				</tr>
			</table>
		</div>
</body>
</html>