Html中的JavaScript我忘了怎么拼了,鼠标放到图片上去(不点击)能让图片变大,求大神指点
2个回答
展开全部
<img id="亮氏粗img" onmouseover="核老bigger()" onmouseout="smaller()" src="你的图片路径" style="cursor:pointer;width:100px;height:100px;" />
<script type="text/javascript">
var img = document.getElementById('img');
function bigger(){
img.style.width = '400px';
img.style.height = '400px';
}
function smaller(){
img.style.width 敬镇= '100px';
img.style.height = '100px';
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询