forum

Home / DeveloperSection / Forums / Offset bullet image in UL using CSS

Offset bullet image in UL using CSS

Manoj Bhatt 2510 19-Aug-2013
Hi developers!

In my unordered list, I use an image for the bullet but the bullet appears aligned with the bottom of the text to the right of it. I would like to have it positioned in the middle of the text's height. Is there some way in css to center or add an offset to the bullet?

<ul>
  <li>item 1</li>
  <li>item 2</li>
</ul> 
ul
{
  list-style-image: url('/images/bullet_blue_8x8.png');
}

thanks in advance



Updated on 19-Aug-2013

Can you answer this question?


Answer

1 Answers

Liked By