GianlucaGuarini / jQuery.BlackAndWhite

Clientside grayscale images on any browser
http://gianlucaguarini.github.io/jQuery.BlackAndWhite/
Other
310 stars 131 forks source link

Hover issue for cursor #23

Closed vblig closed 11 years ago

vblig commented 11 years ago

Hello!

This plugin changes black and white images to colored versions with a smooth transitions but it also effects cursors. I mean when we put an image inside of a tags the cursor changes to pointer with a delay, How we can fix it to change at once?

GianlucaGuarini commented 11 years ago

If your test page is the same of this issue https://github.com/GianlucaGuarini/jQuery.BlackAndWhite/issues/22 I think that you can't impute the problem to the plugin

vblig commented 11 years ago

No , I have checked my template on Firefox with it's console and there are't any js problems. but this issue is on Firefox , too

GianlucaGuarini commented 11 years ago

Use CSS!

.bwWrapper, .bwWrapper1 {
       cursor: pointer;
       display: block;
       position: relative;
}