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
WBOYOriginal
2016-05-16 19:23:431337browse
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">

Statement:
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