What is a Windows Mouse Cursor
What is a Windows Mouse Cursor
RealWorld Graphics logo    Česky 
Log-in or register.   
IndexSoftwareGalleryTutorialsForumsUsers

Order Custom Icons
Tags
Icon Library
Cursor Library
Upload cursor
Cursor sets
Cursor junkyard
Using cursors
Cursor on your web
Request a cursor
Licenses
Links

Bookmark this page

del.icio.us iconDel.icio.us
Digg iconDigg it
StumbleUpon iconStumbleUpon
Yahoo MyWeb iconYahoo MyWeb
Furl iconFurl it

Windows Vista icons

Find out how Vista icons differ from XP icons.

See how RealWorld Icon Editor handles Vista icons.


Is the speed of this web adequate?

Cursors in browsers

Internert Explorer is currently the only browser capable of using custom cursors. There are multiple ways how to specify cursor for your web page or for a section of a web page:

Using cursors from this web on your web or on MySpace profile

  1. Find the cursor in the library.
  2. Click on the description of the cursor. A html code appears in a box.
  3. Copy this html code into your page.

The html code contains a link to the library and it must be left intact. The link text may be modified to better suit the nature of your web, but it must not be hidden (do not try to trick the system, it'll only make things worse). If this rule is broken, your web site will be banned from using the cursors. If your custom cursor is not working, check the list of currently banned sites.

Technical details

Specifying cursor in cascading style sheet

If you are using external .css file, you can specify cursor from there. Add the following line to the element that you want to use the custom cursor. If you want to set cursor of the entire page, add the line to the BODY section.

cursor:url("<url of your cursor>");

Modifying web page

If you cannot or do not want to modify your .css file, put the following code to the header of your page:

<style type="text/css">
<!--
BODY { cursor:url("<url of your cursor>"); }
-->

Alternatively, you can directly modify the style of an element on your page like this:

...<body style="cursor:url(<url of your cursor>)" >...

Uploading cursor files

You should upload a cursor file to your web server in the same way as you upload images, audio or video files. Once you have uploaded your cursor, replace the <url of your cursor> placeholder with the actual url of your cursor (for example /MyCursor.ani).

Using cursors directly from this web

If you are not in full control of your web server or simply cannot upload the cursors, you are permitted to use the cursors directly from this server. Follow these guidelines:

1. Find the identifier of the cursor you want to use

Locate the cursor in the library - the first cell in the table shows a preview of the cursor, its name, number of frames and the last information is the ID of the cursor - look for a number after ID:. Write this number down.

2. Modifying your page

You already know how to modify your page to display custom cursors, the only thing left is to specify the <url of your cursor> field. Use the following text: http://www.rw-designer.com/cursor-extern.php?id=XXXX. The XXXX should of course be replaced by the identifier of the cursor.

If you are using this method, also place a link to this library or to the cursor set on your the page, where you are using the cursor.

Do not use the download url (cursor-download.php) directly. The downloads are counted and external links are disabled.

Sampe code

<style type="text/css">
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=cursor_ID); }
</style>
<br />
<a href="http://www.rw-designer.com/cursor-library">RWG Open Cursor Archive</a>
<br />


Recent Comments

Display all comments.

Anonymous
on May 19th 2009
is the code for animation cursor is the same on the code of normal cursor on FS????
Anonymous
on May 31st 2009
This is tha bomb!!!
In whatever planet u r on
Anonymous
on June 30th 2009
noob!...................................................................Ooouff!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Anonymous
on July 4th 2009
lol
Anonymous
on August 3rd 2009
Even if your website is set up in HTML you should be able to add CSS (the cursor code). If not, I would highly suggest changing your website host or something... 'cause that is just crazzzzay! I've never heard of CSS not being accepted into an HTML website. Anyways, very cool website! I love everything I've seen so far!
programmer101
on August 16th 2009
Thanks.
Anonymous
on September 7th 2009
dabomb plz add me
Anonymous
on September 7th 2009
dabomb plz can u make a cursor of me meet me at lumby tomorrow at 3 k?????????
Anonymous
on September 7th 2009
by the way u ROCK!!!!!!!!!!!!!!!
2 80 18
Anonymous
on September 8th 2009
Most browsers can make use of this, NOT only IE !!!!

Copyright © 2005-2009 RealWorld Graphics. Contact: info@rw-designer.com.