26 Mayıs 2011, 22:56
|
#1 |
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
| Profilde Vista Çerçeveli Avatar
TEMANIZIN CSS BÖLÜMÜNE EKLEYİN: Kod: Kodu kopyalamak için üzerine çift tıklayın! .nav_avatar_bg_special {
background : url(../../images/vistaavatar/nav/nav_avatar_bg_special.png) no-repeat;
width : 120px;
height : 158px;
}
.nav_avatar_off_bg_special {
background : url(../../images/vistaavatar/nav/nav_avatar_off_bg_special.png) no-repeat;
width : 120px;
height : 158px;
}
.nav_avatar_on_bg_special {
background : url(../../images/vistaavatar/nav/nav_avatar_on_bg_special.png) no-repeat;
width : 120px;
height : 158px;
}
.nav_avatar_invis_bg_special {
background : url(../../images/vistaavatar/nav/nav_avatar_invis_bg_special.png) no-repeat;
width : 120px;
height : 158px;
}
.nav_avatar_bg {
background : url(../../images/vistaavatar/nav/nav_avatar_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_off_bg {
background : url(../../images/vistaavatar/nav/nav_avatar_off_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_off_bg_banned {
background : url(../../images/vistaavatar/nav/nav_avatar_off_ban_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_on_bg {
background : url(../../images/vistaavatar/nav/nav_avatar_on_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_on_bg_banned {
background : url(../../images/vistaavatar/nav/nav_avatar_on_ban_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_invis_bg {
background : url(../../images/vistaavatar/nav/nav_avatar_invis_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_invis_bg_banned {
background : url(../../images/vistaavatar/nav/nav_avatar_invis_ban_bg.png) no-repeat;
width : 120px;
height : 120px;
}
.nav_avatar_special {
width : 90px;
height : 128px;
padding : 14px 14px 16px 15px;
}
.nav_avatar {
width : 90px;
height : 90px;
padding : 14px 14px 16px 15px;
} posbit (POSBİT_LEGACY değil) BUL: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- user info -->
<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> bu KODLA değiştirin: Kod: Kodu kopyalamak için üzerine çift tıklayın! <!-- user info -->
<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<if condition="$show['avatar']">
<td class="alt2"><td width="120" >
<div style="position:relative; width:120px; height:120px; border:none;"><div class="nav_avatar">
<a href="member.php?$session[sessionurl]u=$post[userid]">
<img src="$post[avatarurl]" width="90" height="90" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />
</a></div>
<div class="nav_avatar_off_bg" style="position:absolute; left: 0px; top:0px;"></div>
</div></td>
</td> </if> Dipnot:Eklentiyi eklicemm fakat eklemde sorun var adminlerle görüşüp eklicem. |
| |