rhymix/modules/editor/skins/msword2007/js/editor.js
2008-01-09 03:16:49 +00:00

10 lines
212 B
JavaScript

// 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';
}