鼠标移动--图片放大
??</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>
?