我使用的自舉一個例子:http://twitter.github.com/bootstrap/examples/fluid.html'無效的屬性值'
下面的代碼被插入到導航欄-內DIV:
<div class="logo">
<div class="quadratLogo"> </div>
</div>
樣式化如:
.logo {
font-size: 24px;
font-family: 'Arial';
min-width: 500px;
}
.quadratLogo {
width:24px;
height:20px;
border-radius:0px 4px 0px 4px;
background-color: ff0000;
float:left;
}
你能否告訴我爲什麼quadratLogo div不可見,而且quadratLogo的background-color屬性被Chrome看作是無效的?
允許我介紹一下我的小朋友:http://jigsaw.w3.org/css-validator/ – cimmanon 2013-03-26 19:01:50