如何验证div元素中的Jssor ThumbnailTemplate?

时间:2014-10-10 02:07:50

标签: validation templates thumbnails jssor

除了元素“ThumbnailTemplate”之外,我已经能够验证简单图像滑块中的所有内容。

<!-- ThumbnailNavigator Skin Begin -->
    <div data-u="thumbnavigator" class="jssort03" style="position: absolute; width: 600px; height: 60px; left:0px; bottom: 0px;">
        <div style=" background-color: #000; filter:alpha(opacity=30); opacity:.3; width: 100%; height:100%;"></div>

                    <div data-u="slides" style="cursor: move;">
            <div data-u="prototype" class="p" style="POSITION: absolute; WIDTH: 62px; HEIGHT: 32px; TOP: 0; LEFT: 0;">
                <div class=w><ThumbnailTemplate style=" WIDTH: 100%; HEIGHT: 100%; border: none;position:absolute; TOP: 0; LEFT: 0;"></ThumbnailTemplate></div>
                <div class=c style="POSITION: absolute; BACKGROUND-COLOR: #000; TOP: 0; LEFT: 0">
                </div>
            </div>
        </div>
        <!-- Thumbnail Item Skin End -->

1 个答案:

答案 0 :(得分:0)

它是由html标记<ThumbnailTemplate style=" WIDTH: 100%; HEIGHT: 100%; border: none;position:absolute; TOP: 0; LEFT: 0;"></ThumbnailTemplate>引起的。

已经按以下方式修复<div u="thumbnailtemplate" class="t"></div>

请下载最新版本。