Safari 和 Chrome 中的 jQuery SlideToggle 问题
如果您使用下面的链接并单击表格标题上的“搜索”按钮,您会发现它在必须跳回之前滑落得太远。这种情况只发生在 Safari 和 Chrome 中,IE 上的 Firefox 没问题吗?
http://www.search-this.com/examples/adv -table-search/tableAndSearch.htm
有什么想法吗?谢谢。
if you use the link below and click on the Search button on the table header you will see that it slides down too far before having to jump back up. This only happens in Safari and Chrome, Firefox on IE are fine?
http://www.search-this.com/examples/adv-table-search/tableAndSearch.htm
Any ideas? THanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
advSearch
表中删除fixed
类似乎可以纠正问题:因此,而不是:
使用:
Removing the
fixed
class from youradvSearch
table seems to correct the problem:So, instead of:
Use: