<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">onmousemove</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">4</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Bubbles: Yes; Cancelable: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires while the user rolls the mouse pointer atop an
element's space, with the mouse button up or down.
Note that the event fires repeatedly, although the frequency of
firing depends on the speed of the mouse motion and system resources.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
						<tr>
							<td colspan="2"><p>			An <span class="literal">event</span> object created from a mouse event has
numerous properties filled with details such as coordinates of the
pointer and whether any modifier keys were held down during the
event. The event handler function can inspect these properties as
needed.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
						<tr>
							<td colspan="2"><p>			In Navigator 4, this event type can be assigned to the
<span class="literal">window</span>, <span class="literal">document</span>, and
<span class="literal">layer</span> object, but only in the explicitly defined
event capture mode. Note that in Netscape 6, mouse events can fire on
child text nodes of container-type elements, meaning that the event
object's <span class="literal">target</span> property
references the node, rather than the element. See Chapter 6 for details about the impact of this W3C
DOM-endorsed behavior and cross-browser solutions.
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			All rendered elements, except as noted above for Navigator 4.</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>