有没有人有 jQuery 或 Javascript 中垂直内容旋转器的一个很好的例子?尤其是那些带有导航箭头和缩略图的?
我见过的大多数都是水平的。
有没有人有 jQuery 或 Javascript 中垂直内容旋转器的一个很好的例子?尤其是那些带有导航箭头和缩略图的?
我见过的大多数都是水平的。
我给你提个建议。创建一个具有定义高度和溢出设置为隐藏的 div。在定义的高度 div 内创建另一个 div 并放置您的内容。使用 jquery 的 animate 函数,用 marginTop 向上或 top 相对定位为子 div 设置动画。使用一些创意使其漂亮或动态加载内容。
If you really need a script i'll make one for you. But you can just get any horizontal carusel and change the left/right attributes with top/bottom (the ones in animation). Also jCarousel is a good example. (the one Andrew suggested).