mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
에디터 업로드 버튼(플래시 오브젝트) 높이 조절. 파이어폭스에서 버튼의 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:
parent
ec0ac8dd33
commit
af23f30e0b
3 changed files with 8 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue