I'm getting an un-explainable (to me) blue flickering/flashing in I.E., FireFox, Chrome when I scrub the handle over my before an after image.
Here's my jsfiddle example:
http://jsfiddle.net/GrokDD/FyrAy/
Scrub the handle left and right repeatedly. You'll see it in most browsers.
What is causing this? How can I get rid of it?
I am guessing it has to do with the underlying image being selected maybe? I tried:
img{ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
It fixed it in Chrome, but not IE. or Firefox... humm... Any suggestions would be appreciated.