문제

I use Thickbox for my website, when I use this code Thickbox close button repeat and increase I use following code to call Thickbox.

<div class="btnone2"><a href="signin.htm?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=560&width=470 allowtransparency=true" class="thickbox req" >Already a client? Sign In</a></div>

enter image description here

and when I press again

enter image description here

and again and again it 'll increase number of close button

도움이 되었습니까?

해결책

thickbox.js and thickbox.css are included twice in page. That's why my problem occurred. I Remove this duplication and your problem will solved.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top