I am trying to create a style for a bulleted list using an image and cannot get the css to work
This is my style
ul .lp-pom-block li { list-style: none; background: url(image url) no-repeat 0 5px; margin: 0 0 0 -24px; padding: 0 0 6px 24px; }
Can anyone show me the correct way to code this in styles?