-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
position pointer? #136
Comments
Ah, I guess I can just remove the background on the jslider-pointer and add a child element right in the template and set the overflow to visible.
|
HI Vance, I have looked at your website, very nice. Your description is quite clear and maybe I should fix something with that, is it possible for you to put an example by changing this fiddle, it will help me to solve or help you http://jsfiddle.net/darul75/g9e9n8xc/ Did my answer helped you on #135 |
The pointer always has an origin of left/top. I'm trying to move my custom pointer image left (increase size of pointer, too) but the image always hangs too far tot he right. There's no container to move around. not sure how to accomplish this.
In my opinion jslider-pointer should not have the background image, it should be on a child element so it can be positioned better without having to break the pointer element.
The text was updated successfully, but these errors were encountered: