Home > Web Front-end > JS Tutorial > jquery implements box drop-down effect sample code_jquery

jquery implements box drop-down effect sample code_jquery

WBOY
Release: 2016-05-16 17:22:49
Original
980 people have browsed it
复制代码 代码如下:




复制代码 代码如下:

<div style="width:600px;height:300px;overflow:hidden;"> <br><div style="background-color:#000;height:100px;"> <br><br></div> <br><div style="background-color:#eee;height:300px;"> <br><br></div> <br></div>


 
当把鼠标移动到盒子上的时候上面就会出现一个黑色的盒子
这是在浏览网页的时候看到的一个效果
在这里写了一下

Related labels:
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