无法单击div中隐藏的元素

时间:2017-04-19 11:25:09

标签: html hidden

我无法点击div中的元素并被隐藏。 Tried Action构建器和JS执行程序仍然无法单击。下面是html示例。

这是我分享的部分HTML。鼠标悬停时,“模拟按钮”将激活以单击。 请帮帮我。

<div id="isc_MR" style="POSITION:relative;VISIBILITY:inherit;Z-INDEX:204302;CURSOR:pointer;" eventproxy="isc_Button_105">
     <table width="100%" height="100%" cellspacing="0" cellpadding="0" 
       style="table-layout:fixed;overflow:hidden;">
     <tbody>
          <tr>
             <td class="button" valign="center" nowrap="true" align="center" 
             onfocus="isc_Button_105.$47()" tabindex="-1" '="" style="padding-
             top:0px;padding-bottom:0px;">
             <table cellspacing="0" cellpadding="0">
             <tbody>
          <tr>
            <td class="button" 
             style="margin:0px;border:0px;padding:0px;background-
             image:none;background-color:transparent;font-size:1px;padding-
             right:6px"><img width="16" height="16" border="0" align="absmiddle" 
             suppress="TRUE" eventpart="icon" style="vertical-align:middle" 
             name="isc_MRisc_Button_105$4u" src="http://test2.mond-
             cloud.com/mond03/images/silk/simulate.png">
           </td>
           <td class="button" nowrap="true" 
            style="margin:0px;border:0px;padding:0px;background-
            image:none;background-color:transparent;">Simulate</td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
     </tbody>
   </table>
 </div>
</div>

0 个答案:

没有答案