Safari 100%DIV在右侧留出空间

时间:2013-09-21 19:23:11

标签: html css safari width

我有一个宽度为100%的div和10%的10%div。它在Chrome中运行良好,但在iphone上的Safari和Safari手机中,它在右侧留下了空间。

有谁知道我能做些什么来解决这个问题?

<div style="width:100%;">
   <div style="width:10%;background-color:#fff;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#000;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#fff;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#000;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#fff;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#000;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#fff;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#000;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#fff;float:left;">&nbsp;</div>
   <div style="width:10%;background-color:#000;float:left;">&nbsp;</div>
</div>

1 个答案:

答案 0 :(得分:0)

由于你的空格(&amp; nbsp),删除它们并在你的div上设置一个高度,你会注意到它!