野生动物园的垂直间距

时间:2013-10-30 15:49:51

标签: html css safari

当Firefox重现我的意图时,Safari会在下面放一行文字。

请参阅http://www.wordpix.ca/onepage/test.html

代码在这里:

<style type ="text/css">
<!--
.button{
    height:20px;
    width:150px;
    float:left;
    border:solid thin red;
    margin-bottom:0px;
    margin-left:10px;
    padding-left:5px;
}
-->
</style>
 <div class="button">Learn more:</div>
       <div class="button">Sign me up!</div>
       <div class="button">See sample pages</div>

1 个答案:

答案 0 :(得分:0)

尝试添加:

white-space: nowrap;

到您的CSS。