I used to know how to change the cursor icon in flash, but now I have cs4 and am confused. I just want a finger pointing icon instead of the typical cursor icon. Anyone know how to do this on a website?Changing the cursor on my website?http://www.cursors-4u.com/
Just go to that website and download or use the css code for your website. There's ton of cursors, i think over 5000 all free no viruses or anything.Changing the cursor on my website?I've never done it before in flash - I done it years ago using Java tho. Theres plenty of free code for this if you search google.
Chris
www.teech.org - uk charity raising aid and running a project in Falesti - MoldovaChanging the cursor on my website?if its for folk with ie then this will help but it wont work on Firefox
- http://www.javascriptkit.com/script/scri鈥?/a>You can use below CSS:
cursor: pointer;
if you need to apply to whole site, do this:
body
{
cursor: pointer;
}
if you need it only for links, then:
a
{
cursor: pointer;
}
if you need just for some cases, then create a class:
.myHandCursor
{
cursor: pointer;
}
Then use the class in the HTML page like:
%26lt;a href=%26quot;x%26quot; class=%26quot;myHandCursor%26quot;%26gt;You see a hand here%26lt;/a%26gt;
You can place the CSS in a separate .css file then include it in each HTML page using below line before the %26lt;/head%26gt; tag:
%26lt;head%26gt;
....
%26lt;link href=%26quot;style.css%26quot; rel=%26quot;stylesheet%26quot; type=%26quot;text/css%26quot; /%26gt;
%26lt;/head%26gt;There are websites offering this extension to you. You can just download and enjoy. My hosting plan includes the software I think