Browsers | CSS |
---|---|
IE6/IE7 | li{display:block; } |
IE8+ / Webkit / Firefox / Opera | li{display:list-item; } |
在這里,也基本上明了了。在除 IE6/7 以外的 A-Grade 瀏覽器中,就是一個(gè)"半內(nèi)聯(lián)"的元素。提到 display:list-item;
,其實(shí),即使現(xiàn)在所有的 A-Grade 瀏覽器都支持,用的人其實(shí)不多。為什么?其實(shí)就是沒什么用。在 Quirks Mode,PPK 是這樣說的:
display: list-item
means that the element is displayed as a list-item, which mainly means that it has a bullet in front of it (like an UL), except in IE 5 on Mac where it gets a number (like an OL). The numbers are buggy: all previous LI’s in the page count as one, so this example starts with number 5 (the screenshot was made before I inserted my compatibility-LI’s).Live example:display: blockdisplay: list-itemdisplay: list-item
Right。其實(shí)這個(gè)意義不大。但也算是解了自己的一個(gè)疑惑。分享出來(lái),如果你也有這樣的疑惑,或許下次 Coding 的時(shí)候出現(xiàn) Bug 或者其他疑問,估計(jì)也就能很快反應(yīng)過來(lái)了。
標(biāo)簽:寧夏 贛州 日照 寧波 濟(jì)寧 衡水 延安
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《標(biāo)簽 li 是不是塊級(jí)元素分析》,本文關(guān)鍵詞 標(biāo)簽,是不是,塊級(jí),元素,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。