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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -