Closed yukulele closed 11 years ago
CSS pseudo-elements don't seam to works on <img> elements on some browser
<img>
test: http://dabblet.com/gist/5714359
That’s according to the spec: Generated content does not work on replaced elements. Basically, ::before and ::after are inserted as pseudo-children, and <img> nodes cannot have children.
::before
::after
CSS pseudo-elements don't seam to works on
<img>
elements on some browsertest: http://dabblet.com/gist/5714359