网页特效:鼠标放上去加粗超链接
AI摘要
由 AI 生成 · 仅供参考
鼠标放上去加粗超链接,要完成此效果把如下代码加入到body区域中 a href=http://help.educity.cn/ style=color:navy onmouseover=this.style.fontWeight='bold'; onmouseout=this.style.fontWeight='normal';font color=#33FF33移过来就可以看到变化! /font/a
鼠标放上去加粗超链接,要完成此效果把如下代码加入到<body>区域中
<a href="http://help.educity.cn/" style="color:navy"
onmouseover="this.style.fontWeight='bold';"
onmouseout="this.style.fontWeight='normal';"><font color="#33FF33">移过来就可以看到变化!
</font></a>
版权声明:本文由驱动中国整理发布,转载需注明出处与原文链接。如有疑问请联系
editor@qudong.com。
本文价值
★★★★★
—
成为第一个评分的人
登录后为本文打分
评论加载中…