久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

CSS 和 Internet Explorer 中的 :last-child 偽類選擇器

:last-child pseudo class selector in CSS and Internet Explorer(CSS 和 Internet Explorer 中的 :last-child 偽類選擇器)
本文介紹了CSS 和 Internet Explorer 中的 :last-child 偽類選擇器的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我有以下代碼:

ul.myList li{
     border-right: 1px dotted #000;
}

但是,在最后一個元素上,我需要刪除該邊框,因為我正在使用的設計表明最后一項不需要邊框作為分隔符.

However, on the last element, I need to remove that border as the design that I am working from dictates that the last item does not require a border as a separator.

所以,我需要定位列表的最后一個子元素,因此在我的 CSS 中添加了

So, I need to target the last child of a list and so within my css I have added

ul.myList li:last-child{
     border-right: none;
}

眾所周知,它在 Firefox、Safari 和 Chrome 中運行良好.

Which as we all know, works fine in Firefox, Safari and Chrome.

問題出在我們在 Internet Explorer 6 到 8 中查看頁面時.

The problem lies when we view the page in Internet Explore 6 through to 8.

推薦答案

所以,經(jīng)過一番挖掘,我找到了答案:

So, after some digging around, I found the answer:

如果瀏覽器是 IE<8,請指定如下樣式表:

If the browser is IE<8, specify a stylesheet like this:

<!--[if lt IE 8]>
<link rel="stylesheet" href="css/ie_all.css" type="text/css" />
<![endif]-->

并在您的 IE 樣式表中指定以下規(guī)則:

And within your IE stylesheet specify the following rules:

ul.myList li{
     border-right: expression(this.nextSibling==null?'none':'inherit');
}

nextSibling 表達式查看其后是否有元素,是否繼承默認樣式表中指定的規(guī)則,如果沒有則應用新規(guī)則.

The nextSibling expression looks to see if there is an element after it and if there is inherits the rule specified in the default stylesheet, if not it applys a new rule.

更多信息可以在這里找到

這篇關于CSS 和 Internet Explorer 中的 :last-child 偽類選擇器的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

相關文檔推薦

CSS selector when :target empty(:target 為空時的 CSS 選擇器)
Does the CSS direct decendant (gt;) not have any value in selectivity?(CSS 直接后代 (gt;) 在選擇性方面沒有任何價值嗎?)
Using querySelectorAll(). Is the result returned by the method ordered?(使用 querySelectorAll().方法返回的結果是否有序?)
Safari bug :first-child doesn#39;t update display:block when items are removed with JS(Safari 錯誤:當使用 JS 刪除項目時,first-child 不更新 display:block)
nth-Child CSS selectors(nth-子 CSS 選擇器)
Using same ID for multiple HTML tags?(對多個 HTML 標簽使用相同的 ID?)
主站蜘蛛池模板: 在线国产欧美 | 国产欧美在线观看 | 亚洲精品久久久久久久久久久 | 男人天堂网站 | 亚洲风情在线观看 | 欧美日韩国产传媒 | 国产精品久久久久久久久久三级 | 91福利在线导航 | av在线成人 | 久久九精品 | 国产日韩欧美激情 | 嫩草视频网站 | 亚洲国产一区二区三区在线观看 | 一区二区三区欧美大片 | av手机免费在线观看 | 国产91视频一区二区 | 国产在线精品一区二区三区 | 欧美一级欧美一级在线播放 | 久久专区 | 亚洲欧美成人影院 | 日韩视频区 | 亚洲色欲色欲www | 欧美一区二区三区高清视频 | 欧美综合国产精品久久丁香 | 国产精品日韩欧美一区二区三区 | 欧美激情一区二区 | 一区福利视频 | 香蕉二区 | 国产色 | 国产av毛片| 国产情侣激情 | 欧美日韩国产在线观看 | 久久久av一区 | 欧美一区二区在线观看视频 | 久久精品网 | 亚洲电影第三页 | 超碰天天| 国产精品视频网站 | 男女免费网站 | 中文字幕亚洲免费 | 天天插天天操 |