CSS3 :target 选择器
CSS3 :target 选择器CSS 选择器参考手册 实例 突出显示活动的 HTML 锚: p:target { border: 2px solid #D4D4D4; background-color: #e5eecc; }亲自...
CSS3中的target伪类怎样使用_百度知道
[专业]答案:这是选择器种的一种,表示突出显示活动的 HTML 锚,比如: css: p:target { border: 2px solid #D4D4D4; background-color: #e5eecc; } html: <...
CSS3 target伪类简介 - 程思缘 - 博客园
2014年5月25日 - CSS3 target伪类是众多实用的CSS3特性中的一个。它用来匹配文档(页面)的URI中...如何使用:target :target伪类和:hover、:link、:visited、:focus等伪...