Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS sign /Banner Re: CSS sign /Banner

#105809
HoughtonA
Participant

Yeah, the before element is a psuedo element. It’s a part of the div that it’s selecting, but it’s not going to inherit some of the div’s css (and it’s not in the dom, so you can’t really mess with it in javascript).

EDIT: Your link works now. Yeah, you’ll need to change how the before element is displayed in order to get the shadow to look right. (right now, adding the shadow makes it a box (give me a minute))