Iscroll Wrapper没有达到高度

时间:2012-11-29 07:17:35

标签: javascript html jquery html5

我收到了以下代码:

    <div data-role="content" height="100%" data-iscroll>
        <div class="homebutton_zeile">
            <a id="picture_home" href="#pictrues">
            <div class="homebutton_all">
                <div class="homebutton_name">Picture</div>
                    <div class="homebutton_picture">
                        <img src="images/picture.png" alt="image"
                                        style="position: relative;">
                    </div>
                </div>
            </a>        
        </div>
    </div>
</div>

我的CSS类

.homebutton_zeile{
 width: 100%;
 height: 30%;
}

.homebutton_all{
 width: 30%;
 height: 90%;
 float:left;
 margin-left: 2%;
 margin-top:15px;
}

.homebutton_picture{
 position: relative;
 width: 100%;
 height: 85%;
 float: left;
 background-color: #AAC7BD;
 border: 1px solid black;
 border-radius: 15px;
 box-shadow:8px 8px 8px #666;
}

.homebutton_name{
 text-align:center;
 position: relative;
 top:-10px;
 width: 100%;
 height: 15%;
 margin-left: auto;
 text-decoration:none;
 color:black;
}

我正在使用:

  • iscroll.js
  • jquery 1.8.2
  • jquery mobile 1.2.0
  • jqery mobile iscrollview。

如果需要了解jstorage.jsfastclick.js

但上面的div并没有达到iscroll包装的高度。之前还有登录,此页面将在$.mobile.changePage("#home");功能登录后自动显示。

我尝试在changePage的功能之前作为第一页进行,它给了我相同的效果。如果我把一个例如之后 <div data-role="content" height="100%" data-iscroll>&nbps; 对于&amp; nbps,Wrapper的高度为15px;但不是里面的图像。

0 个答案:

没有答案