去除图像或链接黑眼圈的两种方法总结
人气:0
一、用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需刷新才能执行]
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需刷新才能执行]
加载全部内容