Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2020
    Location
    Colorado
    Posts
    11
    Plugin Contributions
    0

    Default Not allowing custom cursors

    In version 156 I was able to use custom cursors for mouse overs in the .css files.

    cursor: url(path to cursor/cursor.cur); /* Add a mouse pointer on hover */

    This is no longer working in version 157b. Does anyone have an idea why?

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: v157b Not allowing custom cursors

    Quote Originally Posted by mtate007 View Post
    In version 156 I was able to use custom cursors for mouse overs in the .css files.

    cursor: url(path to cursor/cursor.cur); /* Add a mouse pointer on hover */

    This is no longer working in version 157b. Does anyone have an idea why?
    If I format it the same as you, does not work... If I use a css scriptwriter to format it, works fine...
    Code:
    cursor: url('path to cursor/cursor.cur'), auto;
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Dec 2020
    Location
    Colorado
    Posts
    11
    Plugin Contributions
    0

    Default Re: v157b Not allowing custom cursors

    Not sure why it stopped working, but your fix worked. Kind of. I still could not get the paths working. I had to end up including my cursor in my css folder. Not really what I wanted to do, but whatever, it works right?

    This is actually what I had before.... cursor: url(../../../../images/cursor.cur);

    I tried with your changes..... cursor: url('../../../../images/cursor.cur'), auto; and no go.

    So I ended up just using this..... cursor: url('cursor.cur'), auto;

    Thanks again for your help.

  4. #4
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: v157b Not allowing custom cursors

    Quote Originally Posted by mtate007 View Post
    Not sure why it stopped working, but your fix worked. Kind of. I still could not get the paths working. I had to end up including my cursor in my css folder. Not really what I wanted to do, but whatever, it works right?

    This is actually what I had before.... cursor: url(../../../../images/cursor.cur);

    I tried with your changes..... cursor: url('../../../../images/cursor.cur'), auto; and no go.

    So I ended up just using this..... cursor: url('cursor.cur'), auto;

    Thanks again for your help.
    I don't normally use file type CUR for this. CUR are normally installed in the OS. I like using PNG or GIF and now SVG for there transparency backgrounds and abilities to be modified using CSS coding.

    Mozilla developer says to use it with a fallback such as auto, pointer so on.. CSS advanced with the browser wars so it's normal that change-is-good... ya.. any way, I did it by placing a CUR file in includes/templates/MY_TEMPLATE/images/icons/some.cur Then in my CSS file I placed .switch_label {cursor: url('../images/icons/some.cur'), auto; }
    For more info see the Mozilla documents.
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. v155 Admin Password is Not allowing me access
    By sports guy in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 3 Sep 2017, 05:48 PM
  2. custom shipping quote before allowing payment
    By fakeDecoy in forum Addon Shipping Modules
    Replies: 0
    Last Post: 8 Sep 2013, 07:49 PM
  3. Setcom Not Allowing Discounts?
    By momoftwo in forum Addon Payment Modules
    Replies: 0
    Last Post: 12 Mar 2010, 02:29 PM
  4. Replies: 1
    Last Post: 29 Nov 2006, 06:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR