Jquery Slider Panel Flickers
As i am working on jquery slider panel menu and i have implemented well but the strange issue persists when i clicks the jquery slider menu down. For example check this link (http:
Solution 1:
Although I can't replicate it, I think I've come across this issue before.
Try adding a fixed width in pixels on the #panel
div (it cannot be in % or em).
This prevents an unusual jQuery bug where it jumps/skips when the accordion is sliding down (right when it reaches the bottom).
Post a Comment for "Jquery Slider Panel Flickers"