how to put the cursor in blogger

How to change the cursor pointer on the blog – This method is one of the techniques in decorating our blog . I am also a lot of tutorials how we can modify our blogs , one of which is how to create a table of contents on the blog . This time Blogaul will post an article with the title how to change the cursor pointer on the blog .Pointer Cursor Blog

Kursor Penunjuk Blog 

On occasion I will explain how to change the cursor on the blog . Usually a cursor on a blog is just an arrow -shaped . However , for you are bored with the default cursor , can use another image as a cursor pointing to your blog . In addition to beautify the look of the blog , visitors will be easier to click on any of what ‘s inside your blog .Okay , we go straight to how:
1 . Login to your blogger pal .2 . Click the Template >> Edit HTML .Look for the code that follows more or less like this :

        body { margin : 0 ;

        background: # cccccc ;
        color: # 000000 ;
        text-align : center ;
        }
        a: link {
        color: $ linkcolor ;
        text-decoration : none ;
        }
        a: visited {
        color: $ visitedlinkcolor ;
        text-decoration : none ;
        }
        a: hover {
        color: # 000 ;
        text-decoration : underline ; }

    3 . Then add the following code code code Then add the cursor :

    url ( http://1.bp.blogspot.com/-3g9Uuy4LhRc/TsE_ZZVHhxI/AAAAAAAAAmg/cji_YumcTag/s1600/cursorblue.png ) , progress ; thus becomes like this :
    body {
    margin : 0 ;
    background: # cccccc ;
    color: # 000000 ;
    text-align : center ;
    cursor : url ( http://1.bp.blogspot.com/-3g9Uuy4LhRc/TsE_ZZVHhxI/AAAAAAAAAmg/cji_YumcTag/s1600/cursorblue.png ) , progress ;
    }
    a: link {
    color: $ linkcolor ;
    text-decoration : none ;
    }
    a: visited {
    color: $ visitedlinkcolor ;
    text-decoration : none ;
    }
    a: hover {
    color: # 000 ;
    text-decoration : underline ;
    cursor : url ( http://1.bp.blogspot.com/-3g9Uuy4LhRc/TsE_ZZVHhxI/AAAAAAAAAmg/cji_YumcTag/s1600/cursorblue.png ) , progress ; }
Cursor codes that are on the body { tag is to replace the default cursor on our blog , while the cursor is located on the code tag a: hover { cursor on the link is for . You can change the url ( Red color code ) for cursor image on your blog according to your wishes , can find the cursor at the url :http://www.totallyfreecursors.com/ , http://www.123cursors.com/ and http://www.cursors-4u.com/ .
4 . Then save your template and see the results .
Well , so my post about how to change the cursor pointer on the blog . May be useful .
Copyright web.unmetered.id | Free SEO , Free BloggersRead the related articles below :

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *