0
爲什麼此代碼(帶有float屬性)顯示的a
元素比沒有float屬性的代碼大?關於FLOAT的HTML
<html>
<head>
<style>
a {
float: left; /* this is the property */
height: 40px;
line-height: 40px;
padding-left: 0.8em;
padding-right: 0.8em;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-image: url(images/headerTiny.png);
background-repeat: repeat;
}
</style>
</head>
<body>
<a href="#">Box Title</a>
</body>
</html>
對不起,我不是英語母語的人。