특기 마우스 오버 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
@@ -55,7 +55,7 @@ $conlimit = $gameStor->conlimit;
<?php
echo "
<select name=genlist[] size=20 multiple style=color:white;background-color:black;font-size:13>";
<select name=genlist[] size=20 multiple style='color:white;background-color:black;font-size:13px'>";
foreach($db->query('SELECT no,name,npc,block,con from general where ip!=\'\' order by npc,ip') as $general){
$style = "style=;";