shambhala:
The cursor is set into my CSS ... here is how it looks :
<style> <!--Body{ cursor:url("namfeather.cur"); }--></style>
Would that be causing it? The image is on my server -
https://www.natureswonderland.biz/namfeather.cur
????
Not sure if you are still around getyourgameshere.com but I think I have FINALLY fixed it - with your help thanks :)
I had another page (My payments page that was linked to this via a banner link - Accepted Payments) and it also displayed the same error message. I fiddled endlessly with that and discovered that if I had the
http://www.natureswonderland.biz/ in front of the image name, it wouldn't display as secure, so I went through the page and removed all that, just leaving the actual image name like this /namfeather.jpg
Then, I went into the CSS and discovered that I had also put the first part there as well and it actually wasn't as I had shown you before -
cursor:url("namfeather.cur"); - but instead it was like this -
("http://www.natureswonderland.biz/namfeather.cur")
As soon as I removed the
http://www.natureswonderland.biz part - all is now fine!! Yippee!!
Thanks heaps!! If you get a minute though, do you mind please just checking on your computer for me to be sure?
Thanks so much again :)