hi guys
i m doing posbit with jquery to avatar but i have some problem.

it is my codes
Code:
div.fadehover {
position: relative;
overflow: hidden;
margin: 10px;
padding-top: 95px;
padding-right: 40px;
padding-bottom: 33px;
padding-left: 60px;
}
img.a {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 10;
}
img.b {
position: absolute;
left: 0;
top: 0;
}
Code:
<div class="fadehover">
<vb:if condition="$show['avatar']">
<a href="{vb:link member, {vb:raw post}}">
<vb:if condition="$post.avatarurl">
<img src="pluscep/saydam.png" class="a" />
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" class="b" />
<vb:else />
<img src="{vb:stylevar imgdir_misc}/unknown.gif" />
</vb:if>
</a>
</vb:if></div>
--------------- Added [DATE]1272752300[/DATE] at [TIME]1272752300[/TIME] ---------------
i fix this problem but now i have another problem. How can i adjust contact css to my avatar :S ...
--------------- Added [DATE]1272756292[/DATE] at [TIME]1272756292[/TIME] ---------------
ok thank you i fix my problems
it is here look