#145. 블로그/메뉴모듈의 tree 메뉴 설정시 scrollbar의 위치에 따라 설정 form의 위치를 조절하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2529 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-05 08:14:14 +00:00
parent f17b1d0153
commit 762f7a3bad
2 changed files with 4 additions and 0 deletions

View file

@ -76,6 +76,9 @@ function hideCategoryInfo() {
function completeGetMenuItemTplInfo(ret_obj, response_tags) {
var obj = xGetElementById('menu_zone_info');
obj.style.marginTop = xScrollTop()+'px';
var tpl = ret_obj['tpl'];
xInnerHtml(obj, tpl);
obj.style.display = 'block';