hi,
I am using the contains selector, in this way:
li:contains("TEXT) {color:red}
This works ok. However, when I add a class to the list, it stops working:
li.the_class_of_li:contains("TEXT) {color:red}
Am I doing something wrong here?
thanks!
I am using the contains selector, in this way:
li:contains("TEXT) {color:red}
This works ok. However, when I add a class to the list, it stops working:
li.the_class_of_li:contains("TEXT) {color:red}
Am I doing something wrong here?
thanks!