如何对侧翻改变我的选择器的伪元素的背景颜色?
How to change background color of my selector's Pseudo-element on rollover?
使用转换和伪元素实现链接特效的非常有意义的文档。
An inspirational collection of experimental link effects mostly using transitions on pseudo-elements.
理想情况下,三角形将是一个伪元素,但不幸的是它现在是一个span。
Ideally, the triangle would be a pseudo element as well, but unfortunately it's a.
伪元素与伪类相似(语法也相同),但它定义的是文档中的内容。
Pseudo-elements are similar to pseudo-classes (and share syntax with them) but define content within the document. Pseudo-elements defined by the CSS2 Recommendation include
清单20显示我们如何使用after伪元素和content样式显示链接的URL。
Listing 20 shows how we used the after pseudo element and content style to display the URL of the link.
运用现代CSS技术的3d转换和伪元素实现一些有创意的和微妙的悬停效果。
Some creative and subtle hover effect inspiration using modern CSS techniques including 3d translate and pseudo elements.
一个主要的元件和两个额外的分区用于设备的部件,以及一些伪元素和图像锚。
One main element and two additional division are used for the parts of the devices, along with some pseudo-elements and the image anchor.
Firefox不支持css3伪元素:value、:repeat - item和:repeat - index。
Firefox doesn't yet support the CSS3 pseudo-elements: : value, : : repeat-item, and: : repeat-index.
inherit可以用在任何CSS属性中,而且它总是绑定到父元素的计算值(对伪元素来说,则会去取生成该伪元素的宿主元素)。
The inherit keyword can be used in any CSS property and it always corresponds to the computed value of the parent element (in pseudo-elements that is the element they are generated on).
它必须出现在文档的开始(即,在第一个元素之前),并且包含几个所谓的伪属性。
It must appear in the prologue of the document (before the first element, that is), and it contains several so-called pseudo-attributes.
伪类的表示方法是在名称前面加一个冒号。伪类与特定元素无关,而是根据文档中发生的情况应用样式。
Designated by a colon preceding the name, pseudo-classes are independent of particular elements and instead look at what's happening within the document.
对非链接元素应用:hover伪选择器的规则。
Rules that apply the: hover pseudo-selector to non-link elements.
对非链接元素应用:hover伪选择器的规则。
Rules that apply the: hover pseudo-selector to non-link elements.
应用推荐