使用 javascript 或 jquery 水平滚动 div onclick
过去两天我一直在寻找一个简单的 javascript 或 jquery 代码。我想使用 javascript 或 jquery 合并水平滚动 div 来显示我的网络作品集工作页面的图像和描述性文本。
它的功能与此处显示的 glide-onclick 滚动非常相似: http:// /www.dyn-web.com/code/scroll/demos.php#horiz 不幸的是,代码许可证是 40 美元,而我是一个破产的学生。
加载页面时,将显示三个投资组合图像。额外内容隐藏在右侧的溢出中。单击左箭头(我可以创建),一个新的图像幻灯片从右侧进入视图。单击右箭头会将其送回到溢出状态。我不需要滚动条,只需要控制幻灯片的箭头。
非常感谢任何帮助。谢谢。
I have spent the last two days looking for a simple javascript or jquery code for this. I want to incorporate a horizontal scrolling div using javascript or jquery to display images and descriptive text for the work page of my web portfolio.
It would function very similar to the glide-onclick scrolling shown here: http://www.dyn-web.com/code/scroll/demos.php#horiz Unfortunately that code license is $40, and I am a broke student.
On loading of the page, three portfolio images will be shown. Extras are hidden in the overflow to the right. Onclick of a left arrow (I can create), a new image slide comes into view from the right. A right arrow click sends it back into overflow. I don't want scrollbars, just arrows controlling the slides.
Any help is much appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你可以使用这样的代码:
你的 html 看起来像这样:
你的 css 看起来像这样:
我很久以前就写了上面的内容 - 所以你可能想稍微更新一下(例如用 div 替换表格)但它有效。
显然你还需要那里的两个按钮
You can just use code like this:
where your html looks like this:
and your css looks like this:
I wrote the above a really long time ago - so you probably want to update it a bit (replace the table's with div's for example) but it works.
You obviously need the two buttons on there as well
有很多 jQuery 插件可以让您轻松地做到这一点。
例如:http://slidesjs.com/
希望这会有所帮助。
There are a lot of jQuery plugins which allow you to do this very easily.
For ex: http://slidesjs.com/
Hope this helps.
你可以做这样的事情。未经测试的代码,只是给您一个提示。
You can do something like this. Not tested code but just giving you a hint.
您可以查看 iscroll 4。
http://cubiq.org/iscroll-4
您有一个scrollTo 方法或scrollToElement 方法...
You can have a look to iscroll 4.
http://cubiq.org/iscroll-4
You have a scrollTo method or scrollToElement method...