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.
The forum of the forums
3 posters

    custom cursor alignment issue

    Stella Ó hAodha
    Stella Ó hAodha
    New Member


    Female Posts : 16
    Reputation : 1
    Language : English
    Location : California

    custom cursor alignment issue Empty custom cursor alignment issue

    Post by Stella Ó hAodha Sat 7 Feb - 21:57

    Okay so i have a custom cursor BUT it's not aligned.

    Code:
    body, a { cursor:url('http://i.imgur.com/7bsRgeZ.png'), auto; }

    can anyone help me fix the code so its aligned properly?

    Thanks in advance~
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    custom cursor alignment issue Empty Re: custom cursor alignment issue

    Post by SLGray Sat 7 Feb - 21:58

    What do you mean aligned?



    custom cursor alignment issue Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    custom cursor alignment issue Empty Re: custom cursor alignment issue

    Post by Fierce Star Sat 7 Feb - 22:07

    Try replacing that code that you're currently using with these one:
    Code:
    a, body {    cursor: url("http://i.imgur.com/7bsRgeZ.png") 0 40, auto; }

      Current date/time is Wed 13 Nov - 17:33