禁用在 safari、chrome 和 opera 中出现但在 Firefox 中不出现的 jScrollPanel 垂直滚动条
我最近刚刚升级我的网站以使用新的 jScrollPane v2。我已经设法按照我想要的方式自定义它,但今天我试图在照片之间添加一个新功能,该功能是一个面板,当鼠标悬停在幻灯片上时,该面板会打开以显示文本,而当鼠标移开时,它会再次折叠回来。在 Firefox 中,这工作正常,但在 Safari、Chrome 和 Opera 中,它会创建一个与我的自定义滚动条外观相匹配的垂直滚动条,并添加一个“箭头按钮”。在 jquery 方面我有点新手,并且正在学习。
第一 - 我想知道如何跨浏览器修复此问题。 第二 - 想知道如何使文本对齐到底部 - 我认为我可以用 css 控制它,但它似乎没有响应。不确定使用列表是否是处理内容容器中所有照片和文本扩展器的最佳方式。 第三 - 我引用了很多 JavaScript 文件,并想知道处理这些文件的最佳方法是什么,因为我担心我的网站会变慢。
提前致谢
I have just recently upgrade my site to use the new jScrollPane v2. I have managed to customize it how I want it but today I was trying to add in a new feature between the photos which is a panel that on mouse over slides open to reveal text and on mouse off it collapse back again. In firefox this works OK but in Safari, Chrome and Opera, it creates a vertical scroll bar matching the look of my custom scroll bar and adds an 'arrow button. Am a bit of a novice when it comes to jquery and are learning as i go.
1st - I would like to know how to fix this across the browsers.
2nd - would like to know how to then make the text align to the bottom - I thought that I could control that with css but it doesn't seem to respond. Not sure if using lists is the best way to treat all the photos and text expander in the content holder.
3rd - I am referencing a lot of JavaScript files and wondered what is the best way to handle these as I am worry that my site will slow down.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您从
.jsPane
中删除position:absolute
那么它应该可以工作。If you remove
position:absolute
from.jsPane
then it should work.