当前位置:首页经验技巧Ppt经验ppt教学

PowerPoint幻灯片怎么让鼠标划过图片就放大

2024-07-05 10:40:44

1.PPT怎么让鼠标划过图片就放大

//以下代码需要jquery.js $.fn.floatWith = function(obj,idx){ idx = typeof(idx)!='number' || !idx ? 0 : idx; var elem = $(obj),offset = elem.offset(),_top = offset.top,_left =offset.left,width = elem.outerWidth(),height=elem.outerHeight(); var floatWidth = this.outerWidth(), floatHeight = this.outerHeight(), cssPos = null; switch(idx){ case 0: cssPos = {top:_top+height,left:_left}; break; case 1: cssPos = {top:_top+height,left:_left+width}; break; case 2: cssPos = {top:_top,left:_left+width}; break; case 3: cssPos = {top:_top-floatHeight,left:_left+width}; break; case 4: cssPos = {top:_top-floatHeight,left:_left}; break; case 5: cssPos = {top:_top-floatHeight,left:_left-floatWidth}; break; case 6: cssPos = {top:_top,left:_left-floatWidth}; break; case 7: cssPos = {top:_top+height,left:_left-floatWidth}; break; default:cssPos = {top:_top+height,left:_left}; break; } this.eq(0).css({'position':'absolute'}).css(cssPos).hide().show(200); return this; };。


电脑版

免责声明:本站信息来自网络收集及网友投稿,仅供参考,如果有错误请反馈给我们更正,对文中内容的真实性和完整性本站不提供任何保证,不承但任何责任,谢谢您的合作。
版权所有:五学知识网 Copyright © 2015-2024 All Rights Reserved .