특기 마우스 오버 1차 적용

This commit is contained in:
2018-07-11 02:47:31 +09:00
parent 1f2b40e4d4
commit 73ab38563f
19 changed files with 62 additions and 65 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function bar($per, $h=7) {
$per = round($per, 1);
$str = "<div class='bar_out' style='height:{$h2}px;'>
$str = "<div class='bar_out' style='height:{$h}px;'>
<div class='bar_in' style='background:url(".ServConfig::$gameImagePath."/pr{$h2}.gif)'></div>
<div style='width:{$per}%;background:url(".ServConfig::$gameImagePath."/pb{$h2}.gif)'></div>
</div>";