Heim  >  Artikel  >  Web-Frontend  >  请教一个将table置于a标签下异常的问题(IE)_html/css_WEB-ITnose

请教一个将table置于a标签下异常的问题(IE)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:13:241025Durchsuche

如题,请教大家一下,代码如下:

<a href="index.php?m=my" target="main" style="outline: none;" hidefocus="true" >         <table width="140px">             <tr>                <td rowspan=2>                       <img class="img" src="a.jpg" alt="XXXX" width=45 height=45 />                </td>                <td class="text1">                     <font color="#336699">                         XXXXXXXXX                     </font>                </td>			             </tr>             <tr>                 <td class="text1">                    <font color="#336699">                       XXXXXX                    </font>                 </td>	             </tr>     </table></a>


问题是,这个a链接是想把整个table块做为超链接,在chrome跟FF下一切正常,但在IE下,只有点整个块的左侧一半可以正常跳转,但是右半侧就不成了,请问一下各位高手是什么原因 ?可有什么解决方法 么?非常感谢.


回复讨论(解决方案)

style="outline: none; display:block;" 试试

非常感谢楼上的大哥,不过可惜还是不行.点击总是只能在下面的第一个元素,请教一个将table置于a标签下异常的问题(IE)_html/css_WEB-ITnose上才有效,能跳转,点其它位置就不行.但鼠标指针会变手形.

试试不用超链接,而用:



看行不行~~~

呵呵,谢谢这位大哥,it just works!
很开心~ 谢谢,这就结贴给分.

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn