|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2010 Posts: 7
|
This may be a minor UI thing but I can't seem to get the mouse pointer to display any styles other than the default pointer. I would really like to see the hand cursor displayed. I have tried to programmatically modify the style values for some elements with little success. I'm hoping you have a magic trick that I can use.
Thanks.
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
We're forcing the cursor to cursor:default currently for consistency's sake. I looked through the code and don't see any reason why that couldn't be changed. I've attached an updated version that removes this, so you can set the pointer using css.
Do something like this:
.kw_Hover {cursor:default}
kw_Hover is a class added to the template and the overlay when the mouse is over it. File Attachment(s):  SlickUpload-5.5.1.zip (56kb) downloaded 4 time(s).
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2010 Posts: 7
|
Got a version for .NET 1.1?
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
Sure. Find attached. File Attachment(s):  SlickUpload-5.5.1-NET11.zip (52kb) downloaded 4 time(s).
|
|
|
|
Guest |