Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What do you do with long user names?

As fel64 notes, max-width works well in FF and IE7. However, since max-width may have problems in IE6, you may want to try this alternate CSS:

.authorlist {

width: 75px;

overflow: hidden;

}

Skip to toolbar