hm its a <img>...well i gonna try the css method today
--------------- Added [DATE]1314466056[/DATE] at [TIME]1314466056[/TIME] ---------------
so i finally fixed the problem with z-index. css background-image was an good idea but not quit different from img.
But i?ve got another "problem" encontered now.
Couse onlinestus and Username + Rank stack together, like is wanted to, even the Avatar overlappes.
I fixed it with an margin-top at the avatar section.
...might imagine my problem ... XD
When a User got no avatar, postbit_legacy will show none.
Here?s my code:
HTML Code:
<vb:if condition="$show['avatar']">
<div class="usercenter">
<a class="postuseravatar_custom" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</div>
</vb:if>
Is there a "if" condition when there is no avatar ? or how can i fix this issue ?