网页编程 - 放大超链接
<script language="javascript" type="text/javascript"> <!-- function link1Over() { link1.style.color="red" link1.style.fontSize=36 } function link1Out() { link1.style.color="black" link1.style.fontSize=12 } function link2Over() { link2.style.color="green" link2.style.fontSize=36 } function link2Out() { link2.style.color="black" link2.style.fontSize=12 } function link3Over() { link3.style.color="blue" link3.style.fontSize=36 } function link3Out() { link3.style.color="black" link3.style.fontSize=12 } --> </script> <style> <!-- body { font-family: Verdana; font-size: 9pt; color: #000080 } --> </style> <div align="center"> <form name="form1"> 移动鼠标到任意一个连接上则可放大显示该超连接。 <p><a href="http://5meng.com" name="link1" onmouseover="link1Over()" onmouseout="link1Out()">超连接1</a><br> <br> <a href="http://5meng.com" name="link2" onmouseover="link2Over()" onmouseout="link2Out()">超连接2</a><br> <br> <a href="http://5meng.com" name="link3" onmouseover="link3Over()" onmouseout="link3Out()">超连接3</a></p> </form> </div>
本站
说明
网页版
站长
简介
微博
日记
照片
同学
资料
文章
电脑
编程
维护
链接
功能
电话
短信
邮件
登录