Quote:
Originally Posted by Bigj85
you have to change this code
Code:
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 0px;
left: 0px;
}
where it says left: 0px you have to change to how many pixels your avatar is from the left side of the postbit,mine was 13px left, so I did
left: 13px
Works fine
|
This doesn't work for me,... it only works to cover up some avatars, not all avatars, or it only covers parts of certain ones,..