关于button在td中时,zclip复制不能的问题

Posted zhoushiya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于button在td中时,zclip复制不能的问题相关的知识,希望对你有一定的参考价值。

button的定位问题引起的,解决方案:套上div加上position:relative即可

<td>

<div style="position:relative">

                                <input type="button" id="btnCopy" value="复制" />

 </div>

</td>

  

以上是关于关于button在td中时,zclip复制不能的问题的主要内容,如果未能解决你的问题,请参考以下文章