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