모바일쇼핑몰: fancyalert 수정

This commit is contained in:
whitedot
2013-11-07 17:01:19 +09:00
parent a36680783c
commit 8c2153728e
2 changed files with 7 additions and 6 deletions

View File

@ -11,10 +11,10 @@ function fancyalert(msg)
}
box = "<div id=\"fancyalert\" style=\"top:"+scroll_top+"px;width:"+w+"px;height:"+h+"px;\">";
box += "<div id=\"fancyalert_inner\"><span>"+msg;
box += "<div id=\"fancyalert_inner\" style=\"width:"+w+"px;height:"+h+"px;\"><div><span>"+msg;
box += "<br>";
box += "<button type=\"button\" id=\"fancyalert_close\">확인</button>";
box += "</span></div><div id=\"fancyalert_bg\"></div>";
box += "</span></div></div><div id=\"fancyalert_bg\"></div>";
box += "</div>";
$("body").append(box);