Jump to content

Change mousecursor


Fire Dragon

Recommended Posts

Hi!I need code what changes mousecursor when page loads.However,I know how change it to hand or some else standard cursors,but I want change cursor to image file,like .gif.Is this even possible?I need this because I have in my page one mouse trail what tries catch cursor.If I use normal trail code with it,it gets crazy.Thanks for advanced!

Link to comment
Share on other sites

Sorry can't help you but am adding this reply in the hope that someone who knows will take notice. I hope to add custom cursors to a 'lefthanded' site I'm doing for a business with the cursors poiunting from the left to right rather than the standard right to left.code attempted.<style type="text/css"> body {background-image:url("images/products.png"); cursor:url("images/lftpointer.png"),url("images/pointer_hand.gif"),pointer; } </style>Unfortunely this displays the pointer(pointing hand one normally sees in hover position). The background image loads properly.Any ideas out there?!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...