<script type="text/javascript">
/鼠标移动触发图片事件/
function bigImg(x){x.style.height="100%";x.style.width="100%";document.bgColor='black';/背景颜色/document.fgColor='#00FF00';/前景颜色/};
function normalImg(x){x.style.height="20%";x.style.width="20%";document.bgColor='';/背景颜色/document.fgColor='green';/前景颜色/};

</script>
</div>
































































































<!--函数 bigImg() 在鼠标指针移动到图像上时触发。此函数放大图像。函数 normalImg() 在鼠标指针移出图像时触发。此函数把图像的高度和宽度重置为正常尺寸。download=""-->
</div>

标签: 图片

添加新评论