Home › Forums › CSS › Using :after on an Inline Element: Firefox no-likey › Re: Using :after on an Inline Element: Firefox no-likey
July 19, 2012 at 1:35 pm
#106426
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.