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
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.
___
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.
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
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