Yeah can. I assume you mean to replace the bullet's with your own image. Just use the css property list-style-image to accomplish this.
However, if you want to make that image the actually link, that won't fly. Other options include changing the CSS properties to strip out the bullet and fix the width of all list items. You then drop in links and images as normal. Cheers --- In [email protected], "Milt Lee" <[EMAIL PROTECTED]> wrote: > > Can you use images instead of words for lists with CSS? In other > words, I want to do a list using a type that isn't very common in > browsers, so I thought I would create a series of png's to use as my > links. Or am I just being nuts, and should just stick to a table. I > am really just trying to avoid all the code of javascript to do some > simple rollover effects. > > Thanks, > Milt Lee >
