Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,654
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
this css works in IE6.
.post {
min-height: 150px;
height:auto !important;
height:150px;
}
.threadauthor {
margin-left: -100px;
overflow: hidden;
position: absolute;
max-height: 150px;
height:auto !important;
height:150px;
width: 100px;
}
obviously change the sizes to fit.