Home > Article > Web Front-end > Please tell me about the abnormal problem of placing table under a tag (IE)_html/css_WEB-ITnose
Just like the title, please tell me, the code is as follows:
<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>
style="outline: none; display:block;" Try
Thank you very much to the brother upstairs, but it's a pity that No. Clicking is always valid only on the first element under 3499910bf9dac5ae3c52d5ede7383485, a1f02c36ba31691bcfe87b2722de723b, and it can jump. Clicking other positions will not work. But the mouse pointer will change into a hand shape.
Try not using a hyperlink, but using:
b70eb8533e419f6c491dac734fdb685c
Let’s see if it works~~~
Haha, thank you big brother, it just works!
Very happy~ Thank you, this is the end of the post Give points.