css - insert an element before the number in an ol in html -


is possible create ordered list (could nested), in there html elements left of each number? here rough example:

enter image description here

i've played around :before in css realized can't insert html content there. possible organically or have resort "hack" in order achieve this.

you had positioning, need use absolute instead of relative.

check out fiddle


Comments

Popular posts from this blog

javascript - Replicate keyboard event with html button -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Web audio api 5.1 surround example not working in firefox -