Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin – Avatars (requires small core file change)

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.

Skip to toolbar