Greetings,
I am relatively new to CSS and am trying to align a background image bullet to the TOP line of a TWO line link. Currently the bullet aligns between the two lines. I have attached a screenshot image to better illustrate the problem. Below is the CSS. Thanks for any assistance!
li
{
list-style-type: none;
background: url(../Images/bullet.gif) no-repeat left;
padding: 0 0 0 10px;
}







Bookmarks