Home > Web Front-end > JS Tutorial > body text

js implements some simple control of DIV_javascript skills

WBOY
Release: 2016-05-16 19:12:39
Original
769 people have browsed it


#d1 {
position: absolute;
width: 300px; height: 300px;
visibility: hidden; color: #fff;
background: #555;
}
#d2 {

position: absolute;

width: 300px;
height: 300px;

visibility: hidden;
color: #fff; background: #777;
}
#d3 { position: absolute;
width: 150px;
height: 150px; visibility: hidden;
color: #fff;
background: #999;

}







DHTML方法基础 - 对DIV的一些简单控制 BY 51js zdzhuo





































d1
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