cursor in link help. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    cursor in link help.

    djpurvi
    djpurvi
    Forumember


    Female Posts : 47
    Reputation : 0
    Language : english,french,italian,hindi,german,dutch
    Location : a fantasy world out their!

    Solved cursor in link help.

    Post by djpurvi April 10th 2010, 7:13 pm

    hi!,

    i want to know the code of making the links(url) of my forum
    in another colour cursor but i don't know how! Embarassed
    i know how make cursors show up in links but i mostly need help
    in getting another cursor in a link example:
    this site just go on a link and you see
    red cursor,but when you go out of the link their is blue cursor.
    please help and thanx in advance.

    djpurvi.
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: cursor in link help.

    Post by RoNo April 11th 2010, 7:06 am

    [ test mouseover this post ]

    To see the blue cursor on all pages (+red cursor over links)
    Add this to the bottom of your Css...
    Code:
    body {
    margin: 0px;
    cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;
    }
    a:hover {
    cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur117.cur), default;
    }
    (ACP/Display/Colors/Css Stylesheet)

    djpurvi
    djpurvi
    Forumember


    Female Posts : 47
    Reputation : 0
    Language : english,french,italian,hindi,german,dutch
    Location : a fantasy world out their!

    Solved Re: cursor in link help.

    Post by djpurvi April 11th 2010, 8:35 am

    thanx! Very Happy
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: cursor in link help.

    Post by RoNo April 11th 2010, 9:25 am


    You're welcome! Glad I could help. This topic is closed.
    cursor in link help. Locked1cursor in link help. Lock2
    RoNo