SlickUpload
Welcome Guest Search | Active Topics | Log In | Register

Cursor style Problem Options
chaynes68
#1 Posted : Thursday, March 11, 2010 1:38:52 PM
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.

Axosoft
#2 Posted : Friday, March 12, 2010 1:01:10 PM
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).
chaynes68
#3 Posted : Friday, March 12, 2010 1:52:23 PM
Rank: Newbie

Groups: Registered

Joined: 3/10/2010
Posts: 7

Got a version for .NET 1.1?

Axosoft
#4 Posted : Friday, March 12, 2010 2:08:40 PM
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).
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.