Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-18-2004, 03:54 PM   #1
gunko2
Alex
 
Join Date: Jul 2004
Posts: 61
Default some useful information about custom cursor....

ok here is some useful code....
it's just that i saw several times that people asked questions about it, so here is the answer....
how to make a custom curser (using css in this case)....
just copy paste this code between the body tags:
Code:
<style type='text/css'>
body, a:hover, a:visited, a:active {
cursor:url(http://etc etc);
</style>
gunko2 is offline   Reply With Quote
Old 09-19-2004, 12:05 PM   #2
Ruben
Me
 
Ruben's Avatar
 
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 3,510
Send a message via MSN to Ruben Send a message via Skype™ to Ruben
Default

Thanks man, I'm sure alot of people will be helped with this

- Ruben
__________________
.
Originally Posted by MichaelxxOA
"He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit."
Ruben is offline   Reply With Quote
Old 09-22-2004, 02:50 PM   #3
Abelius
Worldkit Vote Holder
 
Abelius's Avatar
 
Join Date: May 2002
Location: Miami - USA
Posts: 815
Send a message via Yahoo to Abelius
Default

Which proves how under-used JavaScript and CSS actually are...
__________________
Cordially,
Abelius
Commuting between Birmingham, AL, Miami, FL and Beijing, China
http://www.worldkit.com
Abelius is offline   Reply With Quote
Old 09-22-2004, 02:56 PM   #4
Ruben
Me
 
Ruben's Avatar
 
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 3,510
Send a message via MSN to Ruben Send a message via Skype™ to Ruben
Default

Quote:
Originally Posted by Abelius
Which proves how under-used JavaScript and CSS actually are...
Yeah, maybe...but it's not like they're underused for no reason, alot of browsers interpret javascript (and in some cases css as well) differently then other browsers...and then I haven't even discussed the settings that often variate per visitor of a website which sometimes mess up the way the site is displayed...

- Ruben
__________________
.
Originally Posted by MichaelxxOA
"He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit."
Ruben is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:05 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.