0

Slidesjs http://slidesjs.com/を使用していますが、問題はautoHeightにあります。Chromeでは、スライドの高さは0pxですが、次のスライドをクリックすると、高さが本来の高さになります。それを修正する方法を知っている人はいますか?そしてここにリンクがありますhttp://demo.themeuniverse.net/cottoncandy/

if(option.autoHeight){
                control.children()。css({
                    高さ:'自動'
                });
4

1 に答える 1

1

It's quite hard to tell with your example, much easier if you could reproduce the issue and put it on http://jsfiddle.net . Anyway I copy and pasted your html from source and managed to get it working on this fiddle here: http://jsfiddle.net/vrrnz/6/

I would also suggest giving your container a set width and height (seeing as it's probably not likely to be changing).

于 2012-06-03T10:58:51.240 に答える