Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to remove bullets for IE8 Re: how to remove bullets for IE8

#89757
collinsn
Member

These are the styles for the general bullets:

ul li {
list-style: url(images/bullet.gif);
line-height: 2em;
}