从幻灯片放映展开图像 [英] Expand image from slide show

查看:74
本文介绍了从幻灯片放映展开图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在加载事件的幻灯片放映中有一些图像。我想从幻灯片放映鼠标悬停上扩展图像。

感谢

Hi
i have some image in slide show on load events. i wants to expand image on mouseover from slide show.
thanks

推荐答案

鼠标悬停时只需设置当前悬停图像的大小...发布你目前所做的代码。


亲切的问候
on mouseover just set the size and with of the currently hovered image ... post the code you have done so far.

kind regards



on mouseover只是设置了当前悬停图像的大小...发布到目前为止你完成的代码。


亲切的问候
on mouseover just set the size and with of the currently hovered image ... post the code you have done so far.

kind regards



Hello gits

淡入淡出图像的代码是可行的,但我想在鼠标上方扩展图像

Hello gits
code of fade image is work but i wants to on mouse over the image is expanded

展开 | 选择 | Wrap | 行号


让我给你一个例如:


[HTML]< html>

< script type =" text / javascript">

function zoom_in(ele){

ele.style.width =''400px'';

ele.style.height ='''400px'';

}

< / script>


< body>

< img src =" image .gif要点" onmouseover =" zoom_in(this);">

< / body>

< / html>

[/ HTML ]

亲切的问候
let me give you an example:

[HTML]<html>
<script type="text/javascript">
function zoom_in(ele) {
ele.style.width = ''400px'';
ele.style.height = ''400px'';
}
</script>

<body>
<img src="image.gif" onmouseover="zoom_in(this);">
</body>
</html>
[/HTML]
kind regards


这篇关于从幻灯片放映展开图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆