css - HTML input + label collides with JSSOR gallery's script - ANY FIX? -
i wonder if tried add input radio buttons
, associated labels
jssor image gallery. prototype tried achieve , works: https://jsfiddle.net/agq0rgol/
the goal set first input
, label
default having checked
until click next label
(i put img
inside label) link associated radio button. in end used input:checked
, input:checked + label
modify styles (opacity in case)
but linkage between radio button , label not work when insert them jssor gallery. checked
not working well.
just know if there workaround/fix this.
the problem has been fixed, please download latest version.
also, please remove <a>
element html code.
that's replace,
<a><img src="http://d3d71ba2asa5oz.cloudfront.net/40000483/images/thumbnail1.jpg"></a>
with
<img src="http://d3d71ba2asa5oz.cloudfront.net/40000483/images/thumbnail1.jpg">
Comments
Post a Comment