0

我得到以下代码:

    <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 移动版 1.2.0
  • jqery mobile iscrollview。

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

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

我尝试在 changePage 功能之前将其作为第一页,它给了我同样的效果。例如,如果我在 <div data-role="content" height="100%" data-iscroll>&nbps; The Wrapper 之后放置一个 15px 的高度,则 &nbps; 但不适用于里面的图像。

4

0 回答 0