FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

where can i find + script?

 


dinael
I'd like script that will make my mouse pointer from arrow to + (plus or cross).
I'm not sure what's it's name and where 2 find it. HELP, please.
xorcist
All you had to do was search Google. I found http://www.w3schools.com/css/pr_class_cursor.asp there are many more out there but maybe that will help you out a little bit. If that does not help you out then you can go to http://www.javascriptkit.com/script/script2/customcursor.shtml that should give you a little clue on what you should do.
melissareich
You can do that with CSS...
Do you want your whole cursor to change or to change when you hover over a link or something.
The cursor is called Crosshair I believe...
silentpark
melissareich wrote:
You can do that with CSS...


yep

Code:
.pointer_cross {
   cursor: crosshair;
}


that will work fine to you, to see what else is possible: http://de.selfhtml.org/css/eigenschaften/anzeige/cursor.htm


This is working on all the comman browsers (since: Netscape 6.0, IE4.0, Opera7.0, FF 1.0, Konqueror 3.1 and Safari 1.2) one exception IE5 and lower don't support 'pointer'.
sonam
Quote:
This is working on all the comman browsers (since: Netscape 6.0, IE4.0, Opera7.0, FF 1.0, Konqueror 3.1 and Safari 1.2) one exception IE5 and lower don't support 'pointer'.


Shocked

I am sure you want write IE6.0!

Sonam
silentpark
no, i am pretty sure i wanted to write IE4.0, wasn't able to reproduce this with 4.0 but worked fine with 5.0 so..

and.. who cares about 4.0 or 5.0 where is likely no one who is using it anymore -> http://www.w3counter.com/globalstats.php

anyways this cursor thing is pretty websafe Wink
dinael
yes, that's it. thanks guys. you've been very helpful. Very Happy
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.