Ich hab zwar schon 2 Howtos dazu gefunden, hatte damit aber keinen Erfolg

http://www.easytutorials.org/prosilver_ ... _side.html
http://www.ktuk.net/phpBB3/viewtopic.php?f=32&t=2221
Code: Alles auswählen
a.top {
background: none no-repeat top left;
text-decoration: none;
width: {IMG_ICON_BACK_TOP_WIDTH}px;
height: {IMG_ICON_BACK_TOP_HEIGHT}px;
display: block;
float: left;
overflow: hidden;
letter-spacing: 1000px;
text-indent: 11px;
}
Code: Alles auswählen
/* Poster profile block
----------------------------------------*/
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-right: 1px solid #FFFFFF;
width: 22%;
float: left;
display: inline;
text-align: right;
}