滑动拇指 - 垂直
我完全是一个 JavaScript 菜鸟,我真的不知道该怎么做。 我想要一个带有缩略图和箭头指示当前在滑块中显示哪个缩略图的水平滑块或选项卡脚本,如下所示:
*http://jqueryglobe.com/labs/slide_thumbs/*
但它需要水平 垂直。有人可以帮我解决这个问题吗? 提前致谢
编辑: 是的,对不起。我的意思是垂直的。我的不好。
I’m a totally JavaScript rookie, and I can’t really figure out how to do it.
I want a horizontal slider or tab script with thumbnails and arrow indication which thumbnail current showing in the slider, like this:
*http://jqueryglobe.com/labs/slide_thumbs/*
But it needs to be horizontal vertical. Can someone maybe help me to solve that problem?
Thanks in advance
Edit:
Yes, I'm sorry. I mean vertical. My bad.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实没那么难。
您只需重新排序 HTML,以便图像显示在预览主图像容器的右侧/左侧。
然后,如果您查看所涉及的简单 JavaScript,只需将所有“左”修改为“顶部”,将“宽度”修改为“高度”,如下所示(此代码取自页面本身 -> 查看源代码):
It is not that hard actually.
You just need to re-order the HTML so that the images appear on the right/left of the preview main image container.
Then, if you look at the simple javascript involved, just modify everything that says "left" to "top" and "width" to "height" like so (this code is taken from the page itself -> view source):