simulz님의 msword2007 에디터 스킨 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3072 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 04:37:17 +00:00
parent 189300300f
commit ec8788e59c
40 changed files with 243 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Editor Option Button
function eOptionOver2(obj) {
obj.style.marginTop='-22px';
obj.style.zIndex='99';
}
function eOptionClick2(obj) {
obj.style.marginTop='-44px';
obj.style.zIndex='99';
}