-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
- 2 respostas
- 137 visualizações
-
- 2 respostas
- 726 visualizações
-
- 7 respostas
- 1520 visualizações
-
- 0 respostas
- 1192 visualizações
-
Pergunta
Helflin 9
Fala galera,
Estou com esse erro de layout.
A barra ali nunca fica ajustada, já tentei arrumar e não consigo..
Em htdocs\layouts\tibiacom\widget_rank.php
<?php$skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id < '.$config['site']['players_group_id_block'].' AND account_id != 1 ORDER BY level DESC LIMIT 5');
?>
<style type="text/css" media="all">
.Toplevelbox {
position: relative;
margin-bottom: 12px;
width: 180px;
height: 225px;
}
.top_level {
position: absolute;
top: 30px;
left: 6px;
height: 180px;
width: 168px;
z-index: 20;
text-align: center;
padding-top: 6px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 9.2pt;
color: #FFF;
font-weight: bold;
text-align: right;
text-decoration: inherit;
text-shadow: 0.1em 0.1em #333
}
#Topbar a {
text-decoration: none;
cursor: hand;
}
a.topfont {
font-family: Verdana, Arial, Helvetica;
font-size: 13px;
color: #0F0;
text-decoration: none
}
a:hover.topfont {
font-family: Verdana, Arial, Helvetica;
font-size: 13px;
color: #CCC;
text-decoration:none
}
.Bottom1 {
position: relative;
bottom: -12px;
left: -5px;
height: 12px;
width: 180px;
}
</style>
<div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);">
<div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align=" ">
<?php
$a = 1;
foreach($skills as $skill) {
echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont">
<font size=1> '.$a.' </font><font color="';
if ($skill['online'] == 1){echo '#00FF00';} else {echo '#FF0000';}
echo '"> - <font size=1>'.$skill['name'].'</font>
<br />
<small><font color="white"> Level: ('.$skill['level'].')</font></small>
<br>
</a>
</div>';
$a++;
}
?>
<div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif); top: 159px;; left:-5px;">
</div>
</div>
</div>
em htdocs\layouts\tibiacom\layout.php
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados