CSS element > element 选择器
CSS element>element 选择器用于选择特定父元素
元素没有被选中是不能直接指定父级的子元素
浏览器支持
所有主流浏览器都支持 element>element 选择器
element>element 在IE8中运行,必须声明 <!DOCTYPE>
范例
选择所有父级是 <div> 元素的 <p> 元素
div>p { background-color:yellow; }
CSS element>element 选择器用于选择特定父元素
元素没有被选中是不能直接指定父级的子元素
所有主流浏览器都支持 element>element 选择器
element>element 在IE8中运行,必须声明 <!DOCTYPE>
选择所有父级是 <div> 元素的 <p> 元素
div>p { background-color:yellow; }
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.