i would like the list text to wrap around the image
so far i have:
.menucontainer li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
background-position: 0 12px;
background-image: url(file/images/checkmark.png);
background-repeat: no-repeat;
margin-bottom: 0.4em;
margin-top: 0.4em;
padding-left: 22px;
}
which produces the following:
http://img521.imageshack.us/img521/8318/ffgrerr1cl.png
i would like the text to start above the checkmark and get in below it instead
of going straight down