CSS [attribute] 选择器

返回上一级

CSS [attribute] 选择了含有特定属性 attribute 的元素

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流浏览器都支持 [attribute] 选择器

[attribute] 在 IE8 中运行,必须声明 <!DOCTYPE>

范例

选择所有带有 target 属性的 <a> 元素

a[target] { 
    background-color:yellow;
}

运行范例 »

相关文章

CSS 基础教程 CSS 属性选择器

返回上一级

CSS 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.