Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1757 How can I define my own mouse cursor for the Internet Explorer using my own *.ico file?

irt.org | Knowledge Base | JavaScript | Mouse | Q1757 [ previous next ]

Q1757 How can I define my own mouse cursor for the Internet Explorer using my own *.ico file?

You can define a custom cursor through style, but I am not sure if this will work in IExplorer 5. But anyways you can't add .ico file; only .cur and .ani supported.

Here's how it's done:

<style>
A { cursor: url("http://www.microsoft.com/cursors/cursor.cur"); }
</style>

Submitted by explosion


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.