Do you know how to select divs that contain WORD in ID vía CSS? +1 Button adds iframes with ID “___plusone_1”, the last name increases on each button and I want to apply a CSS Rule for all plusone tags.
#___*PLUSONE* {
width:100px;
}
Also I want to center vertically the text from the image

Here’s the JSfiddle: http://jsfiddle.net/aGEdu/
Thanks
You can use a substring-matching attribute selector as
idis a regular HTML attribute just like any other, with the sole downside of losing specificity: