html - Why wont my custom cursor work? -


I am trying to make the cursor a custom image I have followed all the directions everywhere but it still works Will not:

CSS:

  body, html {margin: 0px; Padding: 0 pixels; Border: 1px solid red; Cursor: url (images / rsz_red_crosshair.gif), crosshairs; }   

The image is 32x32 because the stylesheet is properly linked because the border is showing the second option (built in crosshairs) works fine just wondering what I am doing wrong, me Sure it is quite clear for others.

Your style syntax is correct and I have implemented it to ensure itself. I will confirm the location of your image.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -