Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [SOLVED] .slideToggle jump/skipping Re: [SOLVED] .slideToggle jump/skipping

#69620
noahgelman
Participant

SOLVED: Apparently, anytime slideToggle has a width, it jumps or skips (either up or down or both) and the way to solve it is to make the div or whatever element it is in position:relative and that resets the width as far as the slideToggle is concerned.