View Single Post
  #1 (permalink)  
Old 08-19-2008, 05:06 PM
toarlach's Avatar
toarlach toarlach is offline
Moderator
WebProWorld Moderator
 
Join Date: Jan 2008
Location: Richmond, KY, USA
Posts: 12
toarlach RepRank 0
Question CSS problems with bullets in IE

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?
Reply With Quote