0

I am using the "list-style-image" property to make my unordered list list the items using a gif of a basketball. But the gif is too big so it causes the list to have too much space in between each li tag. How do I resize the gif? or anything else that works.

this is the code:

ul { list-style-image: url(ball.gif);}

please explain your logic. Thank you.

1 Answers1

0

there is no way to resize the list style images in html. 2 options: resize in external editor, or simply include inline with your content.

gio
  • 1
  • 1