uCoz Community uCoz Modules Additional Features Cursors (How to change or put a custom cursor ...) |
Cursors |
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 Added (2010-05-05, 8:27 Am) Post edited by Allex - Thursday, 2010-04-29, 5:33 PM
|
Hey tnx that helped me alot.
Post edited by OverSaGaling - Monday, 2010-05-31, 9:00 AM
|
but how?
my Code hr {color:#CCCCCC;height:1px;} label {cursor:pointer;cursor:hand} Added (2010-05-31, 1:17 PM) Added (2010-06-01, 2:51 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?
|
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. |
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 |
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.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
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. |
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) 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 |
| |||