Oracle,
<a style="font-size: 12px;
margin: 5px;
padding: 6px 8px;
color: #52AADB;
font-weight: bold;
vertical-align: middle;
text-decoration: none;
background: #F2F2F2;
border-radius: 4px;
display: inline-block;" href="/library/index.php?act=likes&id=17&return=%2F">
<img src="/images/joy.png" width="16" height="16">
<img src="/images/thumbsup.png" width="16" height="16"> 6
</a>
# Oracle (16.01.2016 / 14:49)
venom, не помогло
Так это твой код , не мой...
как зделать чтоб аватары были вкругу типа как тут
http://wapsoccer.ru/str/online.php
# androidwap (16.01.2016 / 15:22)
как зделать чтоб аватары были вкругу типа как тут http://wapsoccer.ru/str/online.php
надо в дизайн залазить...
# androidwap (16.01.2016 / 15:22)
как зделать чтоб аватары были вкругу типа как тут http://wapsoccer.ru/str/online.php
в style.css
.radius {
display: block;
margin: -3px;
height: 32px;
width: 32px;
background-color: #F1F1F1;
overflow: hidden;
border: 2px solid #FFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
float: left;
border-radius: 450px;
-moz-border-radius: 450px;
-webkit-border-radius: 450px;
}
в func.php в show_user
if ($set_user['avatar']) {
$out .= '<table cellpadding="0" cellspacing="0"><tr><td>';
if (file_exists(('../files/avatar/' . $user['id'] . '.png')))
$out .= ' <div class="radius"><img src="../files/avatar/' . $user['id'] . '.png" width="32" height="32" alt="' . $user['name'] . '" /></div> ';
else
$out .= '<div class="radius"><img src="../images/empty.png" width="32" height="32" alt="' . $user['name'] . '" /></div> ';
$out .= '</td><td>';
}
fanatos,
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
# venom (16.01.2016 / 15:44)
fanatos,
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
Честно говоря я в css не шарю,с его примера выдернул и все