Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

List Background?

In HTML, is there a way to create a list <UL> and have a different JPG file

as the background for each 'row'.

I can use <IMG SRC> to add an image to the row, but not as a background

I don't really want to resort to a seperate <DIV> for each row.

Thanks

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    You can do this in CSS.

    li { background-image: url(image.gif) }

Still have questions? Get your answers by asking now.