Forum Moderators: not2easy
I was trying to adapt the bullet with the 'list-style' property not 'background-image'.
CSS:
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
li
{
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0.6em;
padding-left: 1.2em;
}
----
answering my own questions now! whats next?