# FF and lists

**URL:** https://forum.kirupa.com/t/ff-and-lists/209355
**Category:** web dev
**Created:** [December 7, 2006, 11:29pm UTC](https://forum.kirupa.com/t/ff-and-lists/209355 "2006-12-07T23:29:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brndn](https://avatars.discourse-cdn.com/v4/letter/b/dec6dc/32.png) [@brndn](https://forum.kirupa.com/u/brndn)
#### Post date: [December 7, 2006, 11:29pm UTC](https://forum.kirupa.com/t/ff-and-lists/209355/1 "2006-12-07T23:29:10Z")

</div>

Hi I have set a graphic as the li image.  
It works fine in IE but for sum reason the graphic disapears in FF.

It is a gif if that makes any difference.

heres the code.

```auto
ul{margin-top: 0px;}
li{list-style-image:url(../images/mini_button.gif);
 list-style-position:outside; display: block; vertical-align:text-top; padding-top: 8px;}

```
