How to change cursor in your html page or blog

How to change cursor in your html page or blog

change cursor in html page


If you want to change cursor in page just open style and type this in the body

cursor: default;

*or

cursor: pointer;

*or

cursor: move;

</*----------------*/>
if you want to change cursor in the blogger then go to theme and click on edit html and find the body in the style between <b:skin> and </b:skin>. Paste the above codes in the body to change the cursors in the your blog.

That's it. 

Comments