Forums
-
- Forum
- Posts
-
- Installation
- 28,533
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
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.