Has anyone had any problems with getting bullets to show up in IE?
I've got this CSS...
Quote:
.article ul {
margin-left: 50px;
width: 440px;
}
.article li {
list-style: disc;
}
|
And it shows up fine in Firefox, but not in IE. Any suggestions on how I can
get bullets to show up in both browsers?