包含类元素的元素的选择器

时间:2014-09-29 18:48:51

标签: css

是否可以选择包含具有确定类的元素的类型的元素?

示例:

<div class="myLabel"">
     <label class="PageTitle" tabindex="-1">en la san fan the la patriki</label>
</div>  
<div class="myLabel"">
     <label tabindex="-1">other san fanes</label>
</div>  

我想要返回第一个div而不是第二个div。像这样:

 div.myLabel:haschild([class*="PageTitle"])

0 个答案:

没有答案