Site hosted by Angelfire.com: Build your free website today!

http://www.echoecho.com/csscursors.htm

http://www.echoecho.com/sitemap.htm
http://srsmith.tripod.com/ie-style.htm
http://www.google.com/search?sourceid=navclient&q=style+onmouseover+cursor+

Slashed Circle Cursor:


<.style>
<.!--
body
{
cursor:not-allowed;
}
-->
<./style>


....You can also change the background color of a paragraph, list, list item, or span with the onmouseover/onmouseout event with style. Place your mouse over this paragraph; the background color should change to pink and the font should change to bold...


<.p style="cursor:hand" onmouseover="style.backgroundColor='pink', style.fontWeight='bold', style.padding='5px'" onmouseout="style.backgroundColor='transparent', style.fontWeight='normal', style.padding='0'">....You can also change the background color of a paragraph, list, list item, or span with the onmouseover/onmouseout event with style. Place your mouse over this paragraph; the background color should change to pink and the font should change to bold...<./p>