Top "Pseudo-element" questions

CSS pseudo-elements allow for an enhanced display of content within elements or the ability to generate extra beginning or ending content for elements.

Insert × using CSS pseudo element

I am trying to use × &times HTML character as a close icon on a dialog link .close:before { content: "\0274…

css special-characters pseudo-element
Is it ok to use multiple pseudo-elements in css?

I want to make a menu where each item is separated with a ·. To achieve this I use menu li:…

css pseudo-element pseudo-class
Styling input range for webkit with pure CSS

I would like to customize input type range like this. I tried to use the following code to change the …

css html pseudo-element input-type-range
Image overlay using :after pseudo-element

I'm trying to overlay a transparent image over another via the after property. It's not even showing up using this …

html css pseudo-element css-content
z-index when using ::after under element

If we use z-index combined with position: absolute; its possible to place the ::before of a element under itself. There …

css z-index pseudo-element
Checkboxes with Font Awesome 5 icons

Did anyone already designed checkboxes with font awesome 5 icons inside? I've already googled it and found only examples for FA-4 …

css font-awesome pseudo-element font-awesome-5
Nesting pseudo-elements inside pseudo-elements

I have a :before for an opening 'quote' and an :after for a closing quote. Now what I want is …

css pseudo-element
Center an image inserted with after: pseudo-element; can't use spans

I'm pulling in a tumblr feed using tumblr's code, and using after: to add an image as a separator between …

css centering pseudo-element
How can the pseudo element detect the height of the non-pseudo element?

Please see http://jsfiddle.net/ZWw3Z/ <p>Text text text text text text text...</p> …

css pseudo-element
jQuery .click() event for CSS pseudoelement (:before/:after)?

I want to trigger a jQuery animation when content that I am inserting through the CSS pseudoelements :before: and :after …

jquery css animation click pseudo-element