English 中文(简体)
j Carousel在床位内不适当工作
原标题:jCarousel not working properly within tabbed menu

I m rid rid three three three three ul ul ul ul ul 问题在于,第一个目标中的一个目标效果良好,而其余两个目标只是一幅画面,一幅幻灯片很快又lide。

由于所有目标的行为都一样, j子的初始化:

j Query(文件)。 页: 1

jQuery( .jcarousel-skin-tango ).jcarousel({
wrap:  circular ,
//size:8,
scroll:1,
animation:.10,
auto:5,
     });
});

ul有不同的id。 此外,还单独用背书对文字进行初步编辑,但没有任何改动。

就此提出的任何建议? 预收

问题回答

This is because the second and third tab is display: none while your page loading! Note that Jcarousel need to calculate the width and height of ul, therefore fails to do so. you need to use different method for your tabs panes as:

position: absolute;
left: -10000px;

这可替代<代码>显示:无<>/代码>的财产。





相关问题
Move scrollbars with jQuery

I have been creating an image gallery with jQuery, all is done. The images are placed side by side horizontally within a div whose overflow id hidden (I don t want to show scrollbars). I have two ...

Image gallery in wordpress

Is it possible to create an image gallery in wordpress that is managed by the admin via it s own page / panel. I am not talking about creating a new post and adding custom html for each image. I ...

iPhone Image Gallery Like App Store

Can anyone point me in the right direction on how to implement a image gallery like the one that the App Store uses for screen shots of apps? I am trying to get images in a horizontal gallery so that ...

GalleryView filmstrip pictures in panel

I am trying to add filmstrip to the picture gallery using GalleryView plug-in, version 2.0. I have a problem that the specified pictures in filmstrip (thumbnail pictures) are displayed in a panel ...

How to use arrow keys to reload new URl in browser

Facebook and myspace both have a nice feature in the photo galleries, when you go to an image page, a page with the user s image and user comments on the page. You can hit you keyboard left and right ...

Droid-fu library s WebGalleryAdapter with gallery example

Any good tutorial shows how to use Droid-fu library s WebGalleryAdapter with gallery widget ??? here you can found info about droid-fu libaray public class ImageSwitcherGallery extends Activity{ ...

热门标签