| I guess I do not get it either. I have uploaded my own cursor and even think I done what you said, and still a no for me. Here is what is there to start with - Style sheet (CSS) Code a.noun:link {text-decoration:none; color:#FFE0A2} a.noun:active {text-decoration:none; color:#FFE0A2} a.noun:visited {text-decoration:none; color:#FFE0A2} a.noun:hover {text-decoration:none; color:#FFE0A2;font-weight:bold;} .mframe1 {padding:2 10 30 10px;} hr {color:#735444;height:1px;} label {cursor:pointer;cursor:hand} Here is the two I have uploaded, the first one to be the main one and the second one to be the hover - First cursor - Code http://easysharez.ucoz.com/img/blue.cur Second cursor - Code http://easysharez.ucoz.com/img/red.cur And replace the code as I think you have explained it like the following. Code a.noun:link {cursor : url("http://easysharez.ucoz.com/img/red.cur"), text;} a.noun:active {cursor : url("http://easysharez.ucoz.com/img/blue.cur"), text;} a.noun:visited {cursor : url("http://easysharez.ucoz.com/img/blue.cur"), text;} a.noun:hover {cursor : url("http://easysharez.ucoz.com/img/red.cur"), text;} .mframe1 {padding:2 10 30 10px;} hr {color:#735444;height:1px;} label {cursor:url("http://easysharez.ucoz.com/img/red.cur");cursor:url("http://easysharez.ucoz.com/img/blue.cur")} And also tried it like the following - Code a.noun:link {text-decoration:none; color:#FFE0A2} a.noun:active {text-decoration:none; color:#FFE0A2} a.noun:visited {text-decoration:none; color:#FFE0A2} a.noun:hover {text-decoration:none; color:#FFE0A2;font-weight:bold;} .mframe1 {padding:2 10 30 10px;} hr {color:#735444;height:1px;} label {cursor:url('http://easysharez.ucoz.com/img/red.cur');cursor:url('http://easysharez.ucoz.com/img/blue.cur')} Here is a example of what I am trying to do, This site is a UCOZ site also - consoleneeds Maybe I am doing something wrong please point it out. Thank you. I have posted several questions with no reply's from moderators, if they do not want to address my questions, PLEASE let me know and also when you do let me know the tech support Addy as I will be happy to shoot them a E-Mail about things from now on. Just seems since I had one run in with one moderator here, I am out of luck asking one thing here on this forum. Of course other than Mr.Jackass's help. He has been a big help in a lot of things. I do thank you for your help in this matter and yes this is ucoz related.
Message edited by easysharez - Sunday, 2009-04-05, 4:29 Pm |