I have the following CSS I need to apply to only a particular div (because of conflicts):
The div in question has the class name datepicker-days. Do I declare the be
Just use the descendant selector:
.datepicker-days table { /* this rule will only apply to `` elements that are descendents of any element with class "datepicker-days" */ } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题