去除图像或链接黑眼圈的两种方法总结

(编辑:jimmy 日期: 2024/10/9 浏览:2)

一、用htc实现。
eye.htc
<public:attach event="onfocus" onevent="example()" /><script language="javascript">function example(){this.blur();}</script>

<style>
a {behavior:url(eye.htc)}
</style>

二、

[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]