读书人

鼠标挪动-图片放大

发布时间: 2012-10-17 10:25:46 作者: rapoo

鼠标移动--图片放大
??</div>
??<script type="text/javascript">
??? function showPicture(){
????document.getElementById("image").style.width="532px";
????document.getElementById("image").style.height="608px";
???}
???function showPicture1(){
????document.getElementById("image").style.width="200px";
????document.getElementById("image").style.height="250px";
???}
??</script>
??<script type="text/javascript">
//???document.getElementById("image").attachEvent("onmouseover",showPicture);
//???document.getElementById("image").attachEvent("onmouseout",showPicture1);
??</script>
?</body>
</html>

?

读书人网 >Web前端

热点推荐