1

我有以下代码:

<div data-role="content" height="100%" data-iscroll>
    <div class="homebutton_zeile">
        <a id="picture_home" href="#pictures">
            <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 移动 1.2.0
  • jQuery 移动 iscrollview。

如果它需要知道jstorage.jsfastclick.js

但是上面的 div 在 iscroll 的包装器上没有得到高度。还有一个登录前,登录后会自动显示此页面的$.mobile.changePage("#home");功能。

我尝试在 changePage 功能之前将其作为第一页,它给了我同样的效果。如果我&nbsp;在 The wrapper 之后放了一个例子, 那么对于里面的图像<div data-role="content" height="100%" data-iscroll>&nbps; 来说,高度为 15px 。&nbsp;

4

0 回答 0