Re: [css-d] list styling

2005-10-15 Thread Richard Grevers
On 10/14/05, Reese @ M2 Web Studios <[EMAIL PROTECTED]> wrote: > Hello there, > > I'm new to the list and appreciate in advance any assistance with this. > > A client of mine has a list to display of about 300 magazine titles. I'd > like to set these up for her using CSS lists so they can be in col

Re: [css-d] list styling

2005-10-13 Thread Rick Tanner
A couple of weeks ago A List Apart covered multi-column lists. http://www.alistapart.com/articles/multicolumnlists CSS Swag: Multi-Column Lists by Paul Novitski Great samples and examples, along with things to be careful with. ___

[css-d] list styling

2005-10-13 Thread Reese @ M2 Web Studios
Hello there, I'm new to the list and appreciate in advance any assistance with this. A client of mine has a list to display of about 300 magazine titles. I'd like to set these up for her using CSS lists so they can be in columns. The problem is the way in which CSS sorts the list into columns.

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