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:
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
Post a Comment