读书人

鼠标点符号击字体变换

发布时间: 2012-10-29 10:03:53 作者: rapoo

鼠标点击字体变换

<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>   <html><head><script>function check(obj){obj.title=obj.innerText;obj.innerText=obj.alt;obj.alt=obj.title;}</script></head><body><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">News</a><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">Products</a><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">Other</a></body></html>  </body></html>

?

读书人网 >Web前端

热点推荐