html Cursor??

They have: 101 posts

Joined: Apr 2003

hey,

First, i would like to thank you all for helping me out in the autostreching forums and gave up on frontpage, and THERE ARE barely any difficulities and it's less time consuming.

Anyways Is there a way were we can turn a certain pic into a cursor on your webpage? Laughing out loud

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Do you mean how do you change the cursor style like these ?

They have: 101 posts

Joined: Apr 2003

yeah but permanet?

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

body { cursor: crosshair; }

I think that will work. Just replace crosshair with whatever you want to use.

They have: 101 posts

Joined: Apr 2003

cool, Is there a way to umm.. choose the crosshairs?. For instance if a person dosen't like a certain kind of crosshair he should choose another that is provided to him. Ah i probably dont make sense, or ask too much Confused

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Boy, you don't ask for much do you? Wink (just kiddin)

I suppose you could make different style sheets use a style sheet switcher.

Here are a couple of links on how to do that.
http://www.alistapart.com/stories/alternate/ and http://www.alistapart.com/stories/n4switch/

They have: 101 posts

Joined: Apr 2003

Thanks Alot for you help, maby someday instead of asking i would be helping instead Laughing out loud

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

You are very welcome. Smiling

He has: 1,758 posts

Joined: Jul 2002

I think comet cursor do something like what your after... and you can select from 1000's of cursors.

They have: 238 posts

Joined: May 2002

Yeah but when you use their service a java applet runs asking you to install their software.. This happened a few years ago when I was using them, it might of changed?

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

When I go to a site using comet cursor I immediately hit the back button. Please don't use that. Those things are annoying. Roll eyes

Jimmy Changa's picture

They have: 220 posts

Joined: Mar 2003

same here. Cursor tricks usually mean substandard content. At least that's my perception.

Busy's picture

He has: 6,151 posts

Joined: May 2001

comet cursors is spyware

They have: 101 posts

Joined: Apr 2003

woah thanks for the ideas, i've decided to choose only 1 cursor Thanks everyone

They have: 101 posts

Joined: Apr 2003

Quote:

body { cursor: crosshair; }

I think that will work. Just replace crosshair with whatever you want to use.

Umm crosshair shows up like a crosshair when i leave it like that but when i change it to an image it turns to a regular mouse cusor again!

body { cursor: human_cursor.gif; }

does more than 1 javascript in a page cause conflict?

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Try this (in red). Smiling

They have: 101 posts

Joined: Apr 2003

exact same problem this time the crosshair only showed up when it was above an image

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Gosh, I don't know. I have exhaused all of my knowledge on this. Maybe someone else can help.

Sorry Sad

He has: 1,758 posts

Joined: Jul 2002

lol... sorry you guys... i didnt know there was so much hatred towards comet cursor! Wink When they first started it was a tiny little applet and nothing else. now it seems they've gotten big and greedy!

Andy

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

body { cursor: url(human_cursor.gif); } <-- try this?

Quote:
cursor attributes: auto | crosshair | default | hand | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help

declaration: { cursor:hand; }

inherited: Y

It isn't likely to work, but you never know what browsers have chosen to make up. The listing above shows you what options you have -- setting your own image is not one of them.

If you want to add images TO the cursor, as well as the default cursor image that is on the user's computer, you can find oodles of JavaScript scripts to do the job (that don't evoke the evil Comet Cursor).

http://www.google.com/search?q=dhtml+cursor+trail

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Further research yields that using url(); for a custom image should work, but I haven't seen any examples (and not sure I want to!).

http://www.evolt.org/article/CSS_tricks_for_branding/17/18835/?format=print

He has: 1,758 posts

Joined: Jul 2002

They have: 101 posts

Joined: Apr 2003

I think i got it, you can only use the .cur extension with the code you provided me and i need a program to convert jpeg or gif to CUR type, any ideas or "working" programs out there?

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

http://www.google.com/search?q=create+cursor+.cur

That brings up a lot of different applications. Have fun!

They have: 101 posts

Joined: Apr 2003

Ahhhh well i already tried a few and im guessing that there is a bad chance that thoes applications would work but i will give it a try
Edited post....

Any CUR converters That actually work?

They have: 101 posts

Joined: Apr 2003

hey!!! it worked... it's like a puzzel.. everyones' ideas and some research

They have: 59 posts

Joined: Apr 2003

I found a directory of sites last night that I was surfing through and every single one of them changed my cursor - I didn't like it. May I ask why you want to do this? I'm seriously curious - I don't get the point of doing that. I thought something was wrong with my computer at first.

They have: 101 posts

Joined: Apr 2003

When i actually got it to work i didn't like it either but i got it to take effect onl when you place the cursor over a hyperlink Smiling

http://world.totalwarcraft.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.