当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>
答案 0 :(得分:0)
尝试添加:
white-space: nowrap;
到您的CSS。