The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › IE li:before with css ‘content’ style, overlapping containing div wierdness
Try this in your regular browser:
[Your text to link here…](http://cdpn.io/Akbpq “codepen html/css”)
Fabulous….
Now in our friend IE (8,9,10)…uh oh!
Didn’t really want to resort to span or using images for those bullet points, if it wasn’t for those pesky IE’s >:(
Is this better? http://codepen.io/Paulie-D/pen/ufaEL
Switch `display:inline` to `display:inline-block`
Brill, that’s fixed it Paulie! Thanks, You’re a star