IScroll包装器没有达到高度

我有以下代码:

 

我的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; } 

我在用:

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

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

我尝试在changePage的function之前作为第一页进行,它给了我相同的效果。 如果我放了一个  例如,在

&nbps; 包装器的高度为15px,适用于  但不是里面的图像。