how to change cursor in blogger or website iliyas

2
6/19/2014 How to change Cursor in Blogger or Website| iliyas http://www.iliyas.net/2014/05/how-to-change-cursor-in-blogger-or.html 1/2 Mouse cursor How to change Cursor in Blogger or Website www.iliyas.net recently posted Computer tips , Windows tips, Photoshop tips and tutorial, Character count tool , online html editor etc...Have you already dreamed of cutomizaing your blog and website, Well its time to change your mouse cursor in your blogger or wordpress or website. Many more well changing mouse cursor does not include any typical scripting or anything but just a small CSS is added to change your mouse to any image .jpg , .gif, .png or .cur file. So now you can follow the below tutorial on how it can be done in your blogger or Wordpress or your website, and soon you will have your cursor changed to the one you have desired to be as your blogger icon. Well if you are searching for the demo, you might be able to see live on this blog. Feature 1.) Short css code 2.) Quick To load and easy to Install Follow the Below step Go to Blogger > Template > Edit HTML. (Well if you are wordpress you can simply jump into your CSS stylesheet and follow below step.) Press Ctrl + F and search for </head> tag and paste the below code above it. <style type='text/css'>body,a,a:hover{cursor:url(http://3.bp.blogspot.com/- AaY8_gxwr7c/U4SDwl3EebI/AAAAAAAADNw/_veJkAedf-w/s1600/cursor.gif),progress}

Upload: iliyas-shaikh

Post on 22-Jan-2018

1.303 views

Category:

Internet


0 download

TRANSCRIPT

Page 1: How to change cursor in blogger or website iliyas

6/19/2014 How to change Cursor in Blogger or Website| iliyas

http://www.iliyas.net/2014/05/how-to-change-cursor-in-blogger-or.html 1/2

Mouse cursor

How to change Cursor in Blogger or Websitewww.iliyas.net recently posted Computer tips ,

Windows tips, Photoshop tips and tutorial, Character

count tool , online html editor etc...Have you already

dreamed of cutomizaing your blog and website, Well

its time to change your mouse cursor in your blogger

or wordpress or website.

Many more well changing mouse cursor does not

include any typical scripting or anything but just a

small CSS is added to change your mouse to any

image .jpg , .gif, .png or .cur file.

So now you can follow the below tutorial on how it

can be done in your blogger or Wordpress or your

website, and soon you will have your cursor changed

to the one you have desired to be as your blogger

icon. Well if you are searching for the demo, you might be able to see live on this blog.

Feature

1.) Short css code

2.) Quick To load and easy to Install

Follow the Below step

Go to Blogger > Template > Edit HTML. (Well if you are wordpress you can simply jump into your

CSS stylesheet and follow below step.)

Press Ctrl + F and search for </head> tag and paste the below code above it.

<style type='text/css'>body,a,a:hover{cursor:url(http://3.bp.blogspot.com/-

AaY8_gxwr7c/U4SDwl3EebI/AAAAAAAADNw/_veJkAedf-w/s1600/cursor.gif),progress}

Page 2: How to change cursor in blogger or website iliyas

6/19/2014 How to change Cursor in Blogger or Website| iliyas

http://www.iliyas.net/2014/05/how-to-change-cursor-in-blogger-or.html 2/2

Now your code is placed and you can save your template, the .gif provided in the above code

is basically the enlarged size of normal one you can change that URL to your cursor URL.Note Well I

have tried using the .GIF image and it works pretty well too, so in place of .gif file above you can also

paste the .PNG , .JPG, .ICO image link.

please watch vidio tutorial click here

Thank you keep visiting www.iliyas.net for computer tips, blogging tips, html, css,

javascript, photoshop tutorial, SEO, Internet tips, hardware and networking tips and lots of

addeed

</style>