<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">filter (new style)</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">5.5(Win)</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: No</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Sets the static or transition filter used to display or change
content of an element with the help of the DXImageTransform ActiveX
control, delivered with IE 5.5 or later for Windows. The purpose of
the new filter mechanism is the same as the old style one, but the
syntax for invoking the ActiveX control is new, as are many of the
filter names.
</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>filter:progid:DXImageTransform.Microsoft.<span class="replaceable">filterType1</span>(<span class="replaceable">paramName1</span>=<span class="replaceable">value1</span>,
<span class="replaceable">paramName2</span>=<span class="replaceable">value2</span>,...)
progid:DXImageTransform.Microsoft.<span class="replaceable">filterType2</span>(<span class="replaceable">paramName1</span>=<span class="replaceable">value1</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>Each filter type must be preceded by the reference to the ActiveX
control (<span class="literal">progid:DXImageTransform.Microsoft.</span>), and
multiple filter types for a single <span class="literal">filter</span> style
attribute are space delimited. Each filter type is followed by a pair
of parentheses, which may convey parameters about the behavior of the
filter for the current element. A parameter generally consists of a
name/value pair, with assignment performed by the equals symbol.
Filter types that control transitions also have methods that scripts
invoke to freeze the display while some visible attribute of the
element changes (also under script control) and then play the
transition. (See the "Notes"
section below for information about
<span class="replaceable">filterType</span> values and parameters.
</p>
					</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>None.</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>.fastStuff {filter:progid:DXImageTransform.Microsoft.MotionBlur(add=1,
direction=225)}</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>All 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>").filters[
  "DXImageTransform.Microsoft.<span class="replaceable">filterName</span>"]</pre>
						</span></td>
				</tr>
			</table>
		</div>
</body>
</html>