I am utilising an accordion on my site http://bit.ly/bmMczH, can you tell me how to fix that little jump that is manifesting itself towards the end of the browser uncovering each question? I can see it both on Firefox and Chrome. Thanks!
The user and pass for the site is: demo
Anyone can help me fix this please?
any help please?
I often find jumpy jQuery is down to invalid HTML - try running it through the validator (and fixing any problems) and see if that solves it
If not give a shout and I’ll take another look
valid now except for a target in one of the links, so should work fine, but still having the problem.
any more advice?
I’d bet it’ll be to do with padding and the box model inconsistencies between IE and FF. At the end of an accordian, the script usually sets the height of the element to it’s actual height. Padding will throw that out, hence the jump. Remove all padding (for testing) and see if it’s fixed. If that does it, reimplement with margins.
This is often an issue with jQuery animations and something I’ve run into a few times before.
I did remove all padding but I’m still having the same problem. Anything else I could try?