Re: [css-d] List styling... FF vs. IE

2005-07-06 Thread Brian Middleton
Hi Geoffrey - I messed with your code a bit and came up with this. .squareNoIndent { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; color: #66; margin: 0px 0px 15px 0px; padding: 0px; list-style: none; } .squareNoIndent li { bac

[css-d] List styling... FF vs. IE

2005-07-06 Thread Geoffrey Alan Colbath
Hello, I'm trying to style lists in a site I am developing, with some of the components being links, and some being plain text. Since I don't want to deal with adding s all over the place, I am replacing the bullet with a square red dot. It renders fine in FF, but looks pretty bad in IE. I've tri