-1

Safari 将文本放在下面一行,而 Firefox 会重现我的意图。

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>
4

1 回答 1

0

尝试添加:

white-space: nowrap;

到你的 CSS。

于 2013-10-30T15:54:40.233 回答