资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
JavaScript教程
>>>
CSS定义Hover实现文字变大的超级链接
<html> <haed> <head> <title>强调连接</title> <img src="/_New/_cj/myeditor/sysimage/space.gif" class="ewebeditor__script" _ewebeditor_fake_tag="script" _ewebeditor_fake_value="%3Cscript%20language%3D%22javascript%22%20type%3D%22text%2Fjavascript%22%3E%20%0D%0A%3C!--%20%0D%0Afunction%20link1Over()%20%0D%0A%7B%20link1.style.color%3D%22red%22%20%0D%0Alink1.style.fontSize%3D36%20%0D%0A%7D%20%0D%0Afunction%20link1Out()%20%0D%0A%7B%20link1.style.color%3D%22black%22%20%0D%0Alink1.style.fontSize%3D12%20%0D%0A%7D%20%0D%0Afunction%20link2Over()%20%0D%0A%7B%20link2.style.color%3D%22green%22%20%0D%0Alink2.style.fontSize%3D36%20%0D%0A%7D%20%0D%0Afunction%20link2Out()%20%0D%0A%7B%20link2.style.color%3D%22black%22%20%0D%0Alink2.style.fontSize%3D12%20%0D%0A%7D%20%0D%0Afunction%20link3Over()%20%0D%0A%7B%20link3.style.color%3D%22blue%22%20%0D%0Alink3.style.fontSize%3D36%20%0D%0A%7D%20%0D%0Afunction%20link3Out()%20%0D%0A%7B%20link3.style.color%3D%22black%22%20%0D%0Alink3.style.fontSize%3D12%20%0D%0A%7D%20%0D%0A--%3E%20%0D%0A%3C%2Fscript%3E"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <style> <!-- body { font-family: Verdana; font-size: 9pt; color: #000080 } --> </style> </head> <body> <div align="center"> <form name="form1"> 移动鼠标到任意一个连接上则可放大显示该超连接。 <p><a href="/" _ewebeditor_ta_href="%2F" name="link1" onmouseover="link1Over()" onmouseout="link1Out()">超连接1</a> <a href="/" _ewebeditor_ta_href="%2F" name="link2" onmouseover="link2Over()" onmouseout="link2Out()">超连接2</a> <a href="/" _ewebeditor_ta_href="%2F" name="link3" onmouseover="link3Over()" onmouseout="link3Out()">超连接3</a></p> </form> </div> </body> </html>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程