I\'m using the jQuery slideToggle function on a site to reveal \'more information\' about something. When I trigger the slide, the content is gradually revealed, but is loc
I've encountered the same error, solved it by positioning the element with position: relative; width: 709px; The fixed width did the trick.
position: relative; width: 709px;