|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Customized Cursors for website I wan just wondering, if there is someone who could probably help me with customizing my cursors. I mean i want to show different cursors to my user. I want to give him a selectable option for the same. How do i go about with this. Can somebody help!! |
#2
| |||
| |||
Re: Customized Cursors for website What you can do is probably create a new cursor file(.cur) or use one of the default cursor files, which can be located in Windows > Cursor folder, and place it in the same place as the page resides in your web package. Then you need to simply add the following code before the HEAD section of that page Code: <style> <!-- BODY{ cursor:url("cursorName.cur"); } --> </style>
__________________ Grand Theft Auto 4 PC Video Game |
#3
| |||
| |||
Re: Customized Cursors for website Yes that was Somewhat close to what was required, but is there some way by which i could just give some different cursors to different objects on the page? Last edited by afidelino : 06-11-2009 at 11:50 AM. |
#4
| |||
| |||
Re: Customized Cursors for website To change the cursor according to the object it moves over, what we can do is just put predefined cursor images on the page, then, depending on what cursor is selected, add the specific style code, like Code: <span style="cursor:pointer;cursor:wait">This span has a "wait" signal</span>
__________________ Grand Theft Auto 4 PC Video Game |
![]() |
|
Tags: changing cursor, cursor, image cursor |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Get Custom Cursors for Windows 7 64 bit | Dolan Duck | Customize Desktop | 3 | 12-09-2012 03:33 PM |
Types of Cursors in ADODB | Jagdish Gada | Software Development | 4 | 28-11-2009 01:36 PM |
Mac OS X Cursors for Windows XP | Kiho | Customize Desktop | 6 | 12-08-2009 09:27 AM |
HALO Cursors & Icons | Preetish | Customize Desktop | 3 | 09-06-2009 07:48 PM |
Vista cursors in XP | banjoman | Customize Desktop | 3 | 08-06-2009 06:02 PM |