popup layer의 zIndex 를 크게 주어 다른 메뉴에 가리지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4889 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 03:06:35 +00:00
parent adb91431ce
commit bec993afe1

View file

@ -384,6 +384,7 @@ function createPopupMenu(evt) {
area = xCreateElement("div");
area.id = "popup_menu_area";
area.style.visibility = 'hidden';
area.style.zIndex = 9999;
document.body.appendChild(area);
}