Showing posts with label cursor. Show all posts
Showing posts with label cursor. Show all posts

Monday, November 14, 2016

How to Change Hand Cursor on the Link

How to Change Hand Cursor on the Link


Now, shakeelasghar.blogspot.com will discuss about How to Change Hand Cursor on the Link. Maybe this trick is the "evolution" of How To Change Cursor In Blog. As we know, on the original blogger template, if we put our cursor on a link, the cursor will be hand. So, based on that case, we will learn how to change the hand cursor. Shortly, just follow the steps below.















1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose "HTML/Java Script"
4. Add the code below


<style type="text/css">a:hover {cursor:url("http://fc04.deviantart.net/fs71/f/2010/094/d/6/Kalyan_hand_cursor_2_by_Zanten.gif"),default}</style>
=> You can change the cursor URL
5. And click SAVE

Go to link download

Read more »

Monday, August 29, 2016

How To Change Cursor In Blog

How To Change Cursor In Blog


Are you bored with default cursor in your blog? If youre bored, you can change the cursor now, easy right? What? You dont know how to change it? OK, i will teach you how to change the cursor. You just follow the steps below.













1. Log in to your blogger account
2. Go to Design>>>Page Elements>>>Add Gadget
3. Choose "HTML/Java Script"
4. Copy the code below, and paste on the place.


<style type="text/css">body
{cursor:url("http://cursors0.totallyfreecursors.com/thumbnails/indonesia.gif"),default}
</style>
5. Save it now

You can change http://cursors0.totallyfreecursors.com/thumbnails/indonesia.gif with your image (cusor) URL. Below are the examples of unique cursor :

http://cursors0.totallyfreecursors.com/thumbnails/aliendance.gif
http://cursors2.totallyfreecursors.com/thumbnails/pool8spin.gif
http://cursors2.totallyfreecursors.com/thumbnails/choco1.gif
http://cursors3.totallyfreecursors.com/thumbnails/bigboo.gif
http://cursors0.totallyfreecursors.com/thumbnails/mario.gif

Go to link download

Read more »