I’m working on an ordered list. With a background image on it. What I’d like to do is have the number “1”, “2” etc. Sitting on top of the background image. With a suitable padding between the image and the list items.
An example of my work is Here
Thanks on this one.
Cheers
write
list-style: decimal inside;in your css & adjust the your padding. Check this:http://jsfiddle.net/KnMhS/2/