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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -