Cursor Problem  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.
4 posters

    Cursor Problem

    ryanus
    ryanus
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Solved Cursor Problem

    Post by ryanus July 25th 2011, 7:27 pm

    I have recently read your topic about coding a custom cursor, but I did not understand the javascript so I tried the forum description one. I typed in the coding, perfect, the forum does not show a description BUT there was no cursor, I inserted the link correct..
    I'm using PunBB, do I have to use some other?

    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Cursor Problem

    Post by Sanket July 25th 2011, 8:09 pm

    ryanus
    ryanus
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Solved Re: Cursor Problem

    Post by ryanus July 26th 2011, 5:22 am

    Yes that is what I said, I have read that!!
    But still I can't get a custom cursor, can you come to my forum and upload this
    cursor for me? I'll just admin you...
    forum: http://darulislam.forum.net.bz

    cursor: https://i.imgur.com/YRXS0.gif
    inserted this:

    <style>body {cursor: url (https://i.imgur.com/YRXS0.gif);} a {cursor: url (https://i.imgur.com/YRXS0.gif);}</style>

    not working.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Cursor Problem

    Post by Sanket July 26th 2011, 8:52 am

    Don't have to add the style tags in the css.
    ryanus
    ryanus
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Solved Re: Cursor Problem

    Post by ryanus July 26th 2011, 7:25 pm

    I can't actually understand what CSS means and how you create it. Please explain to me clearly how to add it in description wise. So, do I need to have phpb otherwise i can't use cursors?
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Cursor Problem

    Post by Base July 26th 2011, 9:49 pm

    Hi, if you need a cursor then all you need to do is add this to your CSS code:

    Code:
    body {cursor: url (http://i.imgur.com/YRXS0.gif);} a {cursor: url (http://i.imgur.com/YRXS0.gif);}

    You do not need any <style> tags in CSS. CSS stands for 'Cascading Style Sheets' and you can find it at:

    1. Administration Panel (advanced mode)
    2. Display Tab
    3. Colors (on the left, under Pictures and Colors)
    4. CSS Stylesheet

    Smile
    ryanus
    ryanus
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Solved Re: Cursor Problem

    Post by ryanus July 27th 2011, 8:33 am

    I do appreciate all of your help. But I can't seem to add it!
    I really want you to come over to my forum, and do it for me, or what else can you do? you explained me everything, look i added it like this:

    Cursor Problem  7meUP
    ArChKnIgHt
    ArChKnIgHt
    Forumember


    Male Posts : 134
    Reputation : -1
    Language : Arabic | English | French | CSS | HTML | JS
    Location : Egypt

    Solved Re: Cursor Problem

    Post by ArChKnIgHt July 27th 2011, 8:52 am

    hi,
    bro, use this code in CSS
    Code:
    body {
    cursor: url(http://i.imgur.com/YRXS0.gif), progress;
    }
    a:hover {
    cursor: url(http://i.imgur.com/YRXS0.gif), default;
    }
    Hope That Help, ArChKnIgHt
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Cursor Problem

    Post by Base July 27th 2011, 10:57 am

    You've already got a body {, so all you really need to do is add this:

    Code:
    cursor: url (http://i.imgur.com/YRXS0.gif);

    ...directly underneath body {. For the other one, add this to your CSS:

    Code:
    a {
        cursor: url (http://i.imgur.com/YRXS0.gif);
    }
    ArChKnIgHt
    ArChKnIgHt
    Forumember


    Male Posts : 134
    Reputation : -1
    Language : Arabic | English | French | CSS | HTML | JS
    Location : Egypt

    Solved Re: Cursor Problem

    Post by ArChKnIgHt July 27th 2011, 3:49 pm

    Base Trust me My Code Works Even If He Has 4 Body Tags, Its Already Working With Me
    ryanus
    ryanus
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Solved Re: Cursor Problem

    Post by ryanus July 28th 2011, 3:15 pm

    thanks base ad knight i tried knight's one worked!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Cursor Problem

    Post by Sanket July 28th 2011, 4:42 pm

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Cursor Problem  2j4t5a8

    Sanket Smile