<html> <head></head> <body> <p id="a" style="position: relative;"> <table id="b" style="position:absolute;left: 0;top: 0;"> <tr> <td>aaaaa</td><td>bbbb</td> </tr> </table> <p id="c" style="position:absolute;left: 0;top: 0;cursor: pointer;height:24px;width:82px;"> </p> </p> </body> </html>
在ie中就可以看到鼠标置于文字上hand会变成i的手势问题 在firefox,chrome就没有问题
加背景透明
<html> <head> </head> <body> <p id="a" style="position: relative;"> <table id="b" style="position:absolute;left: 0;top: 0;"> <tr><td>aaaaa</td><td>bbbb</td> </tr> </table> <p id="c" style="position:absolute;left: 0;top: 0;cursor: pointer;height:24px;width:82px; background:#fff; filter:alpha(opacity=1); "> </p></p> </body> </html>
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号