CSS3 [attribute^=value] 选择器

设置 class 属性值以 "test" 开头的所有 div 元素的背景色:

div[class^="test"]
{
background:#ffff00;
}
posted @ 2014-05-06 15:09  ejllen  阅读(84)  评论(0编辑  收藏  举报