网页代文字鼠标经过时改变颜色或有下划线代码 谢各位了
本人对代码不太懂复制后直接插入用才行就像http://www.taobao.com/淘宝网左上角请登陆和申请注册这种形式麻烦大家了只有2分给不了了进入淘宝网看一下(请登陆...
本人对代码不太懂 复制后直接插入用才行 就像http://www.taobao.com/ 淘宝网 左上角 请登陆 和 申请注册 这种形式 麻烦大家了 只有2分给不了了
进入淘宝网看一下 (请登陆和申请注册) 谢谢1楼的回答 但不是我需要的 展开
进入淘宝网看一下 (请登陆和申请注册) 谢谢1楼的回答 但不是我需要的 展开
2个回答
展开全部
<style>
.title {text-decoration:none; color:blue;}
.title:hover {text-decoration:underline; color:red;}
</style>
<a href='你的网址' class=title>连接名称</a>
假设链接是蓝色的没有下划线,鼠标放上面就变成红色,有下划线。你可以这样写。
如果你希望所有链接都这样,就改成:
<style>
a {text-decoration:none; color:blue;}
a:hover {text-decoration:underline; color:red;}
</style>
<a href='你的网址'>连接名称</a>
.title {text-decoration:none; color:blue;}
.title:hover {text-decoration:underline; color:red;}
</style>
<a href='你的网址' class=title>连接名称</a>
假设链接是蓝色的没有下划线,鼠标放上面就变成红色,有下划线。你可以这样写。
如果你希望所有链接都这样,就改成:
<style>
a {text-decoration:none; color:blue;}
a:hover {text-decoration:underline; color:red;}
</style>
<a href='你的网址'>连接名称</a>
展开全部
a:link {color: #FF0000; text-decoration: none} /* 未访问的链接 */
a:visited {color: #FF0000; text-decoration: none} /* 已访问的链接 */
a:hover {color: #FF00FF; text-decoration: underline} /* 鼠标在链接上 */
a:active {color: #0000FF; text-decoration: underline} /* 激活链接 */
你想要的是这个吗?
a:visited {color: #FF0000; text-decoration: none} /* 已访问的链接 */
a:hover {color: #FF00FF; text-decoration: underline} /* 鼠标在链接上 */
a:active {color: #0000FF; text-decoration: underline} /* 激活链接 */
你想要的是这个吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询