我有一个宽度为100%的div和10%的10%div。它在Chrome中运行良好,但在iphone上的Safari和Safari手机中,它在右侧留下了空间。
有谁知道我能做些什么来解决这个问题?
<div style="width:100%;">
<div style="width:10%;background-color:#fff;float:left;"> </div>
<div style="width:10%;background-color:#000;float:left;"> </div>
<div style="width:10%;background-color:#fff;float:left;"> </div>
<div style="width:10%;background-color:#000;float:left;"> </div>
<div style="width:10%;background-color:#fff;float:left;"> </div>
<div style="width:10%;background-color:#000;float:left;"> </div>
<div style="width:10%;background-color:#fff;float:left;"> </div>
<div style="width:10%;background-color:#000;float:left;"> </div>
<div style="width:10%;background-color:#fff;float:left;"> </div>
<div style="width:10%;background-color:#000;float:left;"> </div>
</div>
答案 0 :(得分:0)
由于你的空格(&amp; nbsp),删除它们并在你的div上设置一个高度,你会注意到它!