에디터 업로드 버튼(플래시 오브젝트) 높이 조절. 파이어폭스에서 버튼의 ul의 list-style:none 지정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4760 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-05 00:38:01 +00:00
parent ec0ac8dd33
commit af23f30e0b
3 changed files with 8 additions and 2 deletions

View file

@ -28,7 +28,7 @@ function XEUploaderStart(obj) {
var btnObj = xGetElementById(obj["replaceButtonID"]);
var btnWidth = xWidth(btnObj);
var btnHeight = xHeight(btnObj)*2;
var btnHeight = xHeight(btnObj);
btnObj.style.position = "relative";
var dummy = xCreateElement("span");