Results 21 - 27 of 27

::before (:before)

::before creates a pseudo-element that is the first child of the element matched. It is often used to add cosmetic content to an element by using the content property. This element is inline by default.
CSS CSS Pseudo-element Layout NeedsMobileBrowserCompatibility Reference Web

::first-letter (:first-letter)

The ::first-letter CSS pseudo-element selects the first letter of the first line of a block, if it is not preceded by any other content (such as images or inline tables) on its line.
CSS CSS Pseudo-element Layout NeedsMobileBrowserCompatibility Reference Web

::first-line (:first-line)

The ::first-line CSS pseudo-element applies styles only to the first line of an element. The amount of the text on the first line depends of numerous factors, like the width of the element, width of the document, and the font size of the text. As all pseudo-elements, ::first-line does not match any real HTML element.
CSS CSS Pseudo-element Layout NeedsMobileBrowserCompatibility Reference Référence Web

::-moz-placeholder

The ::-moz-placeholder pseudo-element represents any form element displaying placeholder text. This allows web developers and theme designers to customize the appearance of placeholder text, which is a light grey color by default. This may not work well if you've changed the background color of your form fields to be a similar color, for example, so you can use this pseudo-element to change the placeholder text color.
CSS CSS Pseudo-element CSS Reference Non-standard Non-Standard

::-moz-list-number

The ::-moz-list-number CSS pseudo-element lets you customize the appearance of numbers on list items (<li>) occurring in ordered lists (<ol>).
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-element

::marker

The ::marker CSS pseudo-element represents the marker box of a list item (e.g. the bullet point or item number).
CSS CSS Lists and Counters CSS Pseudo-element Experimental Layout NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Pseudo-element Reference Web