Help Center » Design & Development

Change cursor

(3 posts)
  • Started 3 years ago by michaelpack
  • Latest reply from Honey Singh

No tags yet.

  1. michaelpack

    senior member
    Joined: Feb '09
    Posts: 51

    http://www.w3schools.com/CSS/pr_class_cursor.asp
    http://www.tutorio.com/tutorial/css-custom-cursors
    http://www.echoecho.com/csscursors.htm

    if you want to change cursor in your blog, you can just add these to the internal CSS.


    Posted 3 years ago #
  2. Honey Singh

    Immortal Maestro
    Joined: May '07
    Posts: 63

    You can add any of the following characteristic in your css

    cursor:auto;
    cursor: crosshair;
    cursor: help;
    cursor: pointer;
    cursor: n-resize;
    cursor: text;
    cursor: inherit;
    cursor: default;
    cursor: move;
    cursor: e-resize;
    cursor: wait;
    cursor: w-resize;
    cursor: s-resize;


    Posted 3 years ago #
  3. Honey Singh

    Immortal Maestro
    Joined: May '07
    Posts: 63

    Forget to add the correct style.

    Example:

    body{
    cursor:auto;
    }


    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.