1.
<.style type="text/css">
<.!--
BODY
{
cursor:default;
}
-->
<./style>
2.vertical-text <.style="cursor:vertical-text"> vertical-text<./span>
3. Here is a paragraph with
a string of clickable text
that changes its background color and position when clicked. Here is a paragraph with
<.span style="position:relative; color:red; font-weight:bold"
onMouseOver="this.style.cursor='hand'"
onClick="this.style.backgroundColor='yellow'; this.style.top='-7'">
a string of clickable text
<./span>
that changes its background color and position when clicked.
4.
<.div onMouseOver="window.event.srcElement.style.cursor='move'"> Here the cursor should have the cursor:move shape<./div>
Reference: Move Your Mouse Over The Words
|