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.