Click to See Complete Forum and Search --> : Web Cursor
sweetpeaspappa
01-11-2003, 03:00 PM
Could anyone who reads this post please tell a fellow web page owner how or where i cant get a JAVASCRIPT for using my cursor style on my web page, no COMETCURSORS please there bunk.
Whom ever helps will get credit on my site as well as a icon on my links page.
Thanx to all in advance from
M. Parker owner operator of
www.parkerpinballpages.net
I don't really understand what it is that you need. If you are looking to change the style of you cursor, that would be CSS. Something like
<style type="text/css">
body
{
cursor:ne-resize;
}
</style>
This would cause the cursor to point to the upper right, instead of the upper left. Is that what you mean??
sweetpeaspappa
01-11-2003, 04:19 PM
No cursor direction is fine , what i mean is i'd like to put a cursor that i've developed into my webpage but i can't figure out the js code to do it
Still not positive what you mean...This??
<style type="text/css">
body
{
cursor: url("yourcursor.cur");
}
</style>
sweetpeaspappa
01-11-2003, 05:17 PM
Pyro have you ever visited a website where the cursor is a basketball or a happyface or whatever thats what i mean.
i know how to change cursors in my webbrowser i'm talking about the javascript code you place in the body of your html of your webpage.
sweetpeaspappa back atya
I'm still quite certain what you want is CSS. Look at the file below. I made a custom cursor. Let me know if that is what you mean.