Mouse Cursor

This section contains css codes and other related material.

Mouse Cursor

Postby MT Shahzad on March 15th, 2008, 11:39 am

In order to change the mouse cursor with your custom image, use the following css code:

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;
MT Shahzad
Web/Software Developer
http://mts.sw3solutions.com
User avatar
MT Shahzad
Site Admin
 
Posts: 300
Joined: February 29th, 2008, 8:11 am
Location: Muridke, Pakistan

Return to CSS - Cascading Style Sheet

Who is online

Users browsing this forum: No registered users and 0 guests

cron