Home > Web Front-end > JS Tutorial > When the mouse moves over one picture, it changes to another picture_Image special effects

When the mouse moves over one picture, it changes to another picture_Image special effects

WBOY
Release: 2016-05-16 19:23:43
Original
1353 people have browsed it
Copy the code The code is as follows:

Use the following code.


onmouseover="img_act('c0');moveover('picture name' );return true;"
onmouseout="img_inact('c0');return true;">src="Picture 1 position" border="0" width="80" height= "30" name="c0">

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template