在js onmouseover里同时改变字的大小和颜色怎么写
1个回答
展开全部
其实不需要 JS 也能办到
<style>
a{ color:#333;}
a:hover{ color:#ff0000; font-size:20px;}
</style>
<a href="#">22222222222222222</a>
当然了 如果你用onmouseover 事件也行
<a href="#" onmouseover="this.style.color=#ff0000; this.style.fontSize='20x;';">123123123</a>
<style>
a{ color:#333;}
a:hover{ color:#ff0000; font-size:20px;}
</style>
<a href="#">22222222222222222</a>
当然了 如果你用onmouseover 事件也行
<a href="#" onmouseover="this.style.color=#ff0000; this.style.fontSize='20x;';">123123123</a>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询