欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

这种格式要求必须与属性值完全匹配。

如果属性值包含用空格分隔的值列表,匹配就可能出问题。

请考虑一下的标记片段:

<p class="important warning">This paragraph is a very important warning.</p>

如果写成 p[class="important"],那么这个规则不能匹配示例标记。

要根据具体属性值来选择该元素,必须这样写:

p[class="important warning"] {color: red;}

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css-tool/t51754.shtml