a标签操作

要让鼠标悬停在<A onclick="...">标签文字</A>上时显示手形怎么办

<a href="^^^^" style="CURSOR: hand"></a>

cursor:pointer(箭头)

去掉下划线

text-decoration:none

text-decoration参数: 
none :  无装饰
blink :  闪烁
underline :  下划线
line-through :  贯穿线
overline :  上划线

以上部分都可以用css定义,然后在a标签中调用

a标签初始状态

a{color:blue; CURSOR: hand; text-decoration:none;}

放在a标签上变色

.myclass:hover{color:red; CURSOR: hand; text-decoration:none;}

link { text-decoration: none  color: blue } //未访问:蓝色、无下划线 

active { text-decoration: none  color: yellow }//激活:黄色

visited { text-decoration: none  color: purple}  //已访问:purple、无下划线 




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值