jquery - Duplicate id with the same properties -
I installed popeye in slider images. When I have to create another slider show, I will copy all the CSS content onto the second ID, for example
# ppy1 .ppy-extcaption {width: 240px; Display area; } # Ppy4 .ppy-extcaption {width: 240px; Display area; } # Ppy5 .ppy-extcaption {width: 240px; Display area; There is no form to create diferents ID with identical properties with duplicate CSS code.
Thank you Sorry my bad english
Use this way:
[id * = ppy] .ppy-extcaption {width: 240px; Display area; Attr ^ = value] represents an element with an attribute named attr and whose value is prefixed by "value". [attr * = value] A attribute of attr represents an element with the name and whose value places at least one occurrence of the string based on "value".
Comments
Post a Comment