博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
类似hover的css伪类注解
阅读量:4579 次
发布时间:2019-06-09

本文共 564 字,大约阅读时间需要 1 分钟。

a:link { font-size: 14pt; text-decoration: underline; color: blue; } /*设置a对象在未被访问前的样式表属性 。*/a:hover { font-size: 14pt; text-decoration: underline; color: blue; } /*设置对象在其鼠标悬停时的样式表属性 。*/a:active { font-size: 14pt; text-decoration: underline; color: blue; } /*设置对象在被用户激活(在鼠标点击与释放之间发生的事件)时的样式表属性 。*/a:visited { font-size: 14pt; text-decoration: underline; color: blue; } /*设置a对象在其链接地址已被访问过时的样式表属性 。*/a:focus { font-size: 14pt; text-decoration: underline; color: blue; } /*设置对象在成为输入焦点(该对象的onfocus 事件发生)时的样式表属性 。*/

  

转载于:https://www.cnblogs.com/huazai1/p/11189376.html

你可能感兴趣的文章
wpf Smith.WPF.HtmlEditor 使用方法
查看>>
PDO分页
查看>>
2018-2019-2 网络对抗技术 20165333 Exp7 网络欺诈防范
查看>>
【Python—windows 下 virtualEnv 使用】
查看>>
【Luogu】P3177树上染色(树形DP)
查看>>
【Luogu】P3228数列(数学题)
查看>>
Asp.Net操作WebServices
查看>>
Linux基础命令----smbclient
查看>>
测试用例设计方法及增加新字段测试方法
查看>>
2019.7.4 打卡第五天
查看>>
day06数据类型----元组、字典、集合
查看>>
while循环(break、continue)
查看>>
Docker: docker container常用命令实战(2)-数据持久化
查看>>
Yahoo!网站性能最佳体验的34条黄金守则——服务器
查看>>
国内4G频段划分
查看>>
20120104登陆与改密码
查看>>
How Does Caching Work in AFNetworking? : AFImageCache & NSUrlCache Explained
查看>>
UITableViewCell背景色.选中背景色,分割线,字体颜色设置
查看>>
MyBatis笔记一:GettingStart
查看>>
查找不同的木棍
查看>>