- Code: Select all
<style>
<!--
body
{
cursor:url("mycursor.cur");
}
-->
</style>
You can also change the default mouse cursor by other available mouse cursors like
- Code: Select all
cursor:pointer;
cursor:hand;
<style>
<!--
body
{
cursor:url("mycursor.cur");
}
-->
</style>
cursor:pointer;
cursor:hand;
Return to CSS - Cascading Style Sheet
Users browsing this forum: No registered users and 0 guests