Home > Web Front-end > HTML Tutorial > Please give me a favor_html/css_WEB-ITnose

Please give me a favor_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:09:01
Original
902 people have browsed it

How to make the image enlarge when the mouse is hovering.


Reply to discussion (solution)

<img id='image' src='http://avatar.profile.csdn.net/C/D/B/2_woshior198.jpg' width='100'/><script>var img = document.getElementById('image');img.onmouseover = function(){this.width='200'}img.onmouseout = function(){this.width='100'}</script>
Copy after login

HTML code


Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template