• Page 3 of 3
  • «
  • 1
  • 2
  • 3
uCoz Community » uCoz Modules » Additional Features » Cursors (How to change or put a custom cursor ...)
Cursors
Dartz
Posts: 1931

Message # 31 | 11:24 PM
Allex, how you placed your cursor code? Explain in steps.
[... With uCoz since December 2 2007 ...]
Allex
Posts: 28
Reputation: 0

Message # 32 | 2:27 PM
I.
I upload my cursor i get the link from my cursor i make a code like these one :
url('http://www.fisier.ucoz.net/my.cur') .
II.
I go to Main » Customize design » Style sheet (CSS) and i and i paste the code on the last line .
OR
III.
On Style sheet (CSS) i push ctrl+f i type in cursor and i push enter , he finds me these thing :
label {cursor:pointer;cursor:hand} after these thing i make a new line and i post the code .
Thats how i do it ... i know its wrong because hes not working sad

Added (2010-05-05, 8:27 Am)
---------------------------------------------
Never mind , i fix it alone ... smile

Post edited by Allex - Thursday, 2010-04-29, 5:33 PM
OverSaGaling
Posts: 2
Reputation: 0

Message # 33 | 8:52 AM
Hey tnx that helped me alot.
Post edited by OverSaGaling - Monday, 2010-05-31, 9:00 AM
Administrator
Posts: 9
Reputation: 0

Message # 34 | 8:51 AM
but how?

my

Code
hr {color:#CCCCCC;height:1px;}
label {cursor:pointer;cursor:hand}

Added (2010-05-31, 1:17 PM)
---------------------------------------------
it don't work on Firefox 3, Chrome, Opera...

Added (2010-06-01, 2:51 Am)
---------------------------------------------
I'm put in CSS but not work: Please help me:(


Admistrator
Posts: 105
Reputation: -3

Message # 35 | 8:19 AM
How can my users on my website choose their very own cursor to use? Like maybe their own cursor for their profile? That will let everybody use the same cursor? Is this possible withing in the ucoz server?
Natashko
Posts: 3366
Reputation: 171

Message # 36 | 9:48 AM
Admistrator,
Quote (Admistrator)
How can my users on my website choose their very own cursor to use? Like maybe their own cursor for their profile? That will let everybody use the same cursor? Is this possible withing in the ucoz server?

Unfortunately, it is not possible with any standard system solution. It can be done with the help of scripts, but we do not provide help with that. You will have to search it on Internet.
handi
Posts: 4
Reputation: 0

Message # 37 | 1:55 AM
I'm newbie smile I have a question about cursor. How I change the cursor in my web?
OktavYan
Posts: 17
Reputation: 0

Message # 38 | 8:09 AM
you write down this in CSS:

Code
html{  
cursor:url("Link cursor"),pointer;  
}  
a:hover {  
cursor:url("Link cursor"),pointer;  
}  
textarea {  
cursor:url("Link cursor"),pointer;  
}  
input {  
cursor:url("Link cursor"),pointer;  
}  
iframe {  
cursor:url("Link cursor"),pointer;  
}  
a:link {  
cursor:url("Link cursor"),pointer;  
}  
a:visited {  
cursor:url("Link cursor"),pointer;  
}  
a:active {  
cursor:url("Link cursor"),pointer;  
}  
a:focus {  
cursor:url("Link cursor"),pointer;  
}  
a:move {  
cursor:url("Link cursor"),pointer;  
}


Where is Link Cursor replace with the link of the cursor: Ex: www.example.com/cursor.cur

I recomend you to use all your cursors in format .cur

Hope it helped you wink
handi
Posts: 4
Reputation: 0

Message # 39 | 11:28 AM
Ok Thanks to OktavYan I will try it biggrin
Post edited by handi - Saturday, 2011-11-12, 11:29 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 40 | 3:00 PM
handi, OktavYan, unfortunately we fon't generally provide support with custom coding here. Please remember to post non uCoz related questions in the Users Communication board next time. wink
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
handi
Posts: 4
Reputation: 0

Message # 41 | 12:24 PM
Paradox Oh I'm sorry about that..
So I must post non uCoz related questions in the Users Communication board?
And if I have a question about my ucoz web, I must post where?
I am sorry too much talk because I am not clear about this..
Natashko
Posts: 3366
Reputation: 171

Message # 42 | 1:19 PM
handi,
Quote (handi)
And if I have a question about my ucoz web, I must post where?

First use search to see whether this question has already been discussed or not. (Add /search to the name of the forum, like http://forum.ucoz.com/search ) And then post your question in that thread. You might want to read Forum rules too.
handi
Posts: 4
Reputation: 0

Message # 43 | 3:15 PM
Natashko thanks.. Sorry for my mistake.. I'm a newbie in here.. Now I am clear about that..

Added (2011-11-14, 9:15 Am)
---------------------------------------------
Paradox sorry I wrote your name wrongly..

Helpinghand
Posts: 37
Reputation: 0

Message # 44 | 4:21 PM
Im having trouble to change cursor

try this way to change

Control panel - Customize design - Style sheet (CSS)
change; label {cursor:pointer;cursor:hand}

replace with

url('http://freeforall.ucoz.com/Red_cur.cur')

(http://freeforall.ucoz.com/Red_cur.cur ;this link found on my filemanager after upload cursor)

But not working

Added (2012-04-12, 10:21 AM)
---------------------------------------------
Solve my problem,

Quote (Helpinghand)
Control panel - Customize design - Style sheet (CSS)
change; label {cursor:pointer;cursor:hand}

replace with


html{
cursor:url("http://freeforall.ucoz.com/Red_cur.cur"),pointer;
}


now Working perfect
uCoz Community » uCoz Modules » Additional Features » Cursors (How to change or put a custom cursor ...)
  • Page 3 of 3
  • «
  • 1
  • 2
  • 3
Search: