English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In HTML, is there a way to create a list

    and have a different JPG file
    as the background for each 'row'.

    I can use to add an image to the row, but not as a background
    I don't really want to resort to a seperate
    for each row.

    Thanks

    2007-02-20 02:23:53 · 1 answers · asked by Mark T 2 in Computers & Internet Programming & Design

1 answers

You can do this in CSS.

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

2007-02-20 04:41:16 · answer #1 · answered by Daniel R 6 · 0 0

fedest.com, questions and answers