-1

Safari はテキストを 1 行下にドロップしますが、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 に答える