Question:

Can somebody make a code for this curser?

by  |  earlier

0 LIKES UnLike

it looks like thiss;;

http://i281.photobucket.com/albums/kk227/xx3sami/2.gif

thanks in advance. (:

 Tags:

   Report

1 ANSWERS


  1. you mean when you hover on thing the curser change here is it:

    //for images

    <style type=text/css>

    <!--

    img {cursor: pointer}

    -->

    </style>

    <img src="http://s281.photobucket.com/albums/...

    --------------------------------------...

    for links

    <style type="text/css">

    a:link {cursor: pointer}

    </style>

    <a href="file path.htm"  >hover here</a>

    <br>

    --------------------------------------...

    for paragraphs

    <style type="text/css">

    <!--

    p {cursor: pointer}

    -->

    </style>

    <p>hover here</p>

    <br>

    --------------------------------------

    for the whole document

    <STYLE TYPE="text/css"><!--

    BODY{

    cursor:{cursor: pointer};

    }

    --></style>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.