The pseudo element of CSS allows for an enhanced display of content within elements or the ability to generate extra beginning or ending content for elements.

learn more… | top users | synonyms

0
votes
0answers
9 views

Modernizr, CSS PIE clearing psuedoelements

I'm using Modernizr to feature detect various CSS3 features, then loading CSS PIE to render those features to specified elements. However, when PIE loads and applies the effect (in this case, ...
0
votes
1answer
22 views

prevent a pseudo element from triggering hover?

If I have markup: <div class="a b"></div> where the .a class has a hover class associated with it and the .b class has a pseudo element associated with it... like so: div { width: ...
0
votes
2answers
34 views

why div with :after gives horizontal scroll to parent element

I have this situation http://jsfiddle.net/m_aleksandrova/9THdb/ div.with-after has an :after pseudo element (that flows to the right). Its parent (div.container) requires a vertical scroll. <div ...
2
votes
2answers
67 views

CSS data attribute new line character & pseudo-element content value

Is it possible to have a new line in a data attribute ? I am trying to do something like this: CSS: [data-foo]:after { content: attr(data-foo); background-color: black; } HTML ...
3
votes
2answers
82 views

Styling a funnel stack layout using native CSS and HTML

I want to show the data like funnel stack as illustrated below. I was able to create the taper using borders, for example: <div class="taper"></div> and using the following CSS: ...
0
votes
2answers
43 views

css form checkbox styling with checked and after tags

I am trying to design a form without using JavaScript or JQuery. It includes a series of checkboxes. The idea is to display a certain gif after the checkbox if it is unchecked. Otherwise, display ...
3
votes
4answers
73 views

apply css to html but not iframe html

I'm making a user stylesheet for the add-on 'stylish.' It applies a semi-transparent dark box over the entire page for night-browsing. I'm using: html:before { content:url()!important; ...
3
votes
2answers
78 views

Add a link href with css content

I need to set an url after the class module-content, with pure css. This code doesn't work, but basically i need to set the Custom‌·Link in the content: ' ' attr(href);. <div ...
0
votes
1answer
34 views

Do search engines see CSS generated content?

I'd like to know whether I can use css generated content on words or phrases that I'd like the search engines to index. A read that screen readers are a mixed bag if they interpret css generated ...
2
votes
1answer
18 views

Lining Up Pseudo Elements with Parent edge

What I want to do is line up the after pseudo element, in this fiddle http://jsfiddle.net/RqQyh/ , with the right edge of the parent element. If I set right: auto; then it lines it up with the right ...
4
votes
2answers
131 views

Attach font icon to last word in text string and prevent from wrapping

I want to attach a Font Awesome icon to the last word in a text string: foo bar● But if a line wrap is required, I want the icon to attach to the last word and have them wrap together: foo bar● ...
1
vote
2answers
26 views

Weird behavior in Firefox with outlines and pseudo-elements

Firefox behaves differently than Chrome and Safari (I haven't tested others browsers) when you combine outline and pseudo-elements. Is there a way to fix it or is this a bug? Demo: ...
1
vote
2answers
46 views

Cannot change the content of visited :before pseudo-elements

I was trying to add some effects for visited links, then I got this problem. Here is the code: http://dabblet.com/gist/5447894 Only Opera can successfully change the content of :before ...
2
votes
2answers
73 views

CSS Pseudo-elements :before & :after work differently in Internet Explorer

I have a very specific problem as I am trying to create a navigation that has angles using purely CSS without images or javascript. I have figured it out so that it works perfectly but the problem I ...
-1
votes
2answers
35 views

Dynamically generate text inside 'content' of a CSS pseudo-class

I want to dynamically generate the text within 'content' of a CSS pseudo class in the proper way. I have filled a working jsfiddle with my example so far. This picture shows better how I want to ...
3
votes
1answer
98 views

CSS pseudo selector on drop down menu

I am using the CSS :before pseudo-selector to create a block above the first item in a drop down list. I've been having trouble getting this block created with the pseudo-selector to be the same ...
-1
votes
1answer
64 views

Make shape pure with CSS with little cut off

how can I make an image like the one below with pure CSS or canvas? I need it to have a transparent background; can you help me for this?
0
votes
2answers
47 views

combine :first-line :before

it is possibile to combine the pseudo-element :first-line and :before? Actually I'd like to have a character before any line of a p except the first one. I try: p:first-line:before{content:""} ...
1
vote
1answer
51 views

Is the use of CSS generated content (i.e. pseudo elements) more efficient (i.e. parsed/rendered faster) than adding more DOM elements?

In order to keep my mobile web app lean and efficient, I'm trying to limit the number of elements on the DOM at any given time. One way in which I intend to limit the use of DOM elements, is by using ...
0
votes
2answers
79 views

How can I color an OL's number separately from its content without using pseudo-elements?

I've already looked at Is there an easy way to change the color of a bullet in a list?. This question's answers do not help me, as I have no control over the HTML structure. This is for a CSS library, ...
8
votes
3answers
310 views

Why does IE10 require the presence of a p:hover {} rule for transitions to work on a pseudo element?

HTML: <p>Hover</p> CSS: p::after { content: " here"; transition: all 1s; } p:hover::after { font-size: 200%; color: red; } Live demo: http://jsfiddle.net/SPHzj/13/ ...
0
votes
0answers
37 views

z-index not working css pseudo before, after

I am trying to achieve css3 curved shadow effect in one of the div something like this. However, I ran into z-index problem. Even-though I set parent as position relative and set higher z-index it is ...
4
votes
3answers
97 views

Style the nth letter in a span using CSS

I have: <span id="string">12h12m12s</span> and I'm looking to make the h, m and s smaller than the rest of the text. I've heard of the nth-letter pseudo element in css, but it doesn't ...
3
votes
1answer
36 views

Influence of the z-index of an element on the z-index of :before / :after pseudo element

Here is a behavior I don't quite understand regarding z-index and css pseudo element ::before / ::after. It is illustrated on this jsfiddle : http://jsfiddle.net/jgoyon/T6QCf/ I created a positioned ...
0
votes
3answers
39 views

Using :before and sprite background images

Trying to use :before on a span to add a background image off the edge of the main content. Essentially should look like this: I have the triangle as a bg image but can't seem to make it sit ...
0
votes
2answers
73 views

What other means are available to crop/clip a background image if :pseudo elements are not available?

I have a button with multiple backgrounds. One of the backgrounds is a CSS-sprite (864px x 18px) containing icons. I'm trying to add the background to an <input> element to make it a button ...
0
votes
1answer
29 views

Pseudo-element after not showing?

I want to add a help logo at the end of some form fields which opens a tooltip. Everything is working, but the .helptip icon (http://img1.wsimg.com/shared/img/1/small-help-icon.gif) is coming on the ...
0
votes
1answer
43 views

How to keep a pseudo-element fixed within a scrolled element?

How can I get this effect: <pre class="default prettyprint prettyprinted" data-codetitle="homepage.html" style=""><code> body{ position: relative; @include ...
0
votes
0answers
29 views

CSS absolutely positioned pseudoelement is changing position in reaction to mouse events in Opera

I encountered very strange behavior of absolutely positioned pseudo-elements in Opera. You can see it here: http://luken-tech.pl . As you can see, if you are moving mouse around, the "shadow" graphic ...
1
vote
1answer
54 views

Benefits/Drawbacks of using pseudo elements (:after, :before) vs. padding/background positioning?

I'm digging through some older code on a site that I'm working with, which uses iconize. The way that it seems to work is by adding a class like this... a[href=$='.pdf']{ padding: 5px 20px 5px 0; ...
0
votes
1answer
74 views

width 100% on div with pseudo-elemets :after :before and position absolute

look at this example — http://jsfiddle.net/5esgD/2/ i need to div position absolute with :after and :before peseudo-elements, but background have bug :( how to fix blue background that it does not ...
5
votes
3answers
53 views

using both :after and :hover

Is it possible to only display the :after pseudo using :hover? For example using alternative elements. #parent{} #child{display:none;} #parent:hover >#child{display:block;} As far as I've got ...
0
votes
3answers
47 views

Span's pseudo-elements overlay the element itself

I'm stuck with CSS pseudo-elements :before and :after when I was trying to stylize button's background. The problem is this: when I'm using only positive z-indices to place span itself and its ...
1
vote
2answers
106 views

Show :after when hovering over the parent element via CSS

Is it possible to display:block; the :after pseudo-element when I hover over the parent element itself? #myDiv{ position:relative; width:50px; height:50px; border-style:solid; ...
0
votes
2answers
184 views

how to make text change when you hover over it without it twitching?

As I understand it, CSS can be used to change the content of an element on :hover in a basic way. I am using this code HTML: <button><span>3 replies</span></button> CSS: ...
2
votes
1answer
91 views

Why does adding “helper: ”clone“;” to this ui-draggable element prevent it from being dragged?

All I want is to have a <ul> with a box-shadow that appears over it's child <li> elements, and for those elements to be sortable within the <ul>. Here's a jsfiddle, and here's the ...
4
votes
1answer
47 views

What is the element type of pseudo-elements?

<pseudo> </pseudo> ? The pseudo-elements of CSS are not in the DOM. But internally they must be equivalent to some kind of generic HTML element, since they can be styled, can be visible, ...
6
votes
2answers
56 views

::selection animation

Why doesn't the animation property works on ::selection selector in CSS? Demo Page /* Basic test case: */ body{ color:blue; } @keyframes slc{ 50%{ color:red; } } @-webkit-keyframes slc{ ...
0
votes
2answers
62 views

Hide email address from bots using pseudo elements?

Pseudo elements are not part of the DOM. They can't be targeted by javascript, and they are visible to the user. If I wanted to implement a site with my email address (or any other information I did ...
2
votes
3answers
49 views

Can I use multiple pseudo selectors focus with before/after on the same element?

I'm trying to combine using pseudo selectors with pseudo elements to create a custom tooltip. My HTML: <input id='test'/> My CSS: #test { position: relative; } #test:focus { ...
2
votes
2answers
131 views

:after : z-index doesn't work

I'd like to put the black rectangle (:after) behind the h2, but z-index doesn't work. I have this code in html <h2>Ce que tu auras peut-être un jour ou l'autre...</h2> and this in ...
1
vote
0answers
115 views

Fixed positioned pseudo-element in IE8 bug

Background I have a standard three column layout where the first column is floated left, and the third column is floated right. The first column needs a full-height background. This layout is for a ...
0
votes
0answers
104 views

CSS :before&:after Content w/ Parent Element Visibility Issue

Situation: Container element(div) holds child elements(input checkbox) that has pseudo-elements added using the '::before' and '::after'. Code: HTML: <input id="hide" type="button" value="Hide" ...
-1
votes
1answer
130 views

CSS Pseudo element jquery click event?

I have an LI element "add folder" that uses a css pseudo before element to add a plus, like so: the LI has a class of "add" and I have jquery that fires when "add" is clicked and CSS on the LI to ...
2
votes
2answers
80 views

li:before not showing in IE8

I am having a problem with a list menu on on of our new websites. I am using li:before to display a | before all the items in the menu. Using the following css: #menu li:first-child:before { ...
0
votes
0answers
76 views

How do I prevent the CSS :after pseudo-element from overlapping other content?

I have a thumbnail gallery that I am trying to lay out using display:inline-block instead of floats so that I can use the :after pseudo to include a caption via attr(). The layout works but the :after ...
1
vote
1answer
32 views

:after and :before are collapsing?

Reference: http://www.stephenkelzer.com/design.html Optimized for firefox only so far (may find extra bugs if viewing in other browsers --First time poster guys, I could really use some help here, ...
1
vote
1answer
698 views

CSS Arrow on an image (without using borders)

I'm trying to figure out a way to use attach an arrow to the bottom of a masthead image, like this. I've seen a number of methods on how to create arrows with CSS3, but I've found they almost always ...
1
vote
0answers
167 views

z-index is not working in IE8.why?

I am trying to style the combobox with pure css and find some tutorial and created the combo box.It works fine on chrome and firefox. Please take a look at the style I created. ...
-5
votes
1answer
37 views

Where is the line for using pseudo-elements?

CSS now allows for DOM-like elements to be created without explicitly making them with HTML. These pseudo-elements feel like they could lead to some terrible web design. For instance, take the ...

1 2 3 4 5 8