Forums

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

Home Forums CSS How to remove bullets in IE8? Re: How to remove bullets in IE8?

#72127
TheDoc
Member

You can also try to be more specific like:

#wrapper #sidebar #content #top-ad ul { list-style: none; }

(or whatever the path is to that div)