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>