Forums

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

Home Forums CSS Using :after on an Inline Element: Firefox no-likey Re: Using :after on an Inline Element: Firefox no-likey

#106426
TheDoc
Member

The problem with that is you get a situation where the pseudo element gets widowed: http://jsfiddle.net/AznZs/4/

It looks like there’s no easy solution here. I suppose the widowed element is better than just completely breaking in FF.