Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,678
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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;
}