I'm relatively new to jquery and am trying to create a simple jquery content slider. It all worked fine when I was testing it on a seperate page, but when I added it to the website, in Chrome all the content "shakes" when the panels slide up or down.
Hi,
I'm relatively new to jquery and am trying to create a simple jquery content slider. It all worked fine when I was testing it on a seperate page, but when I added it to the website, in Chrome all the content "shakes" when the panels slide up or down.
This is the code being used:
Here is a link to it in use.
Any help would be greatly appreciated! :)
I think it's the use of
display:inline-blockon #mainbody and #mainbodycontent that you want to avoid.Ah! Thank you very much! I changed that and now it works perfectly!