Basic jQuery slideUp and slideDown driving me mad!

后端 未结 10 829
情深已故
情深已故 2020-12-09 19:06

my jQuery skills are pretty good normally but this is driving me mad!

It\'s a fairly simple accordian I\'ve coded up from scratch. Using jQuery 1.3.2 so there should

10条回答
  •  無奈伤痛
    2020-12-09 20:05

    Replacing margin-top and margin-bottom values with padding-top and padding-bottom values did the trick for me. Don't forget to set the margin value to 0 after this.

提交回复
热议问题