Home > Web Front-end > JS Tutorial > js implements some simple control of DIV_javascript skills

js implements some simple control of DIV_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 19:12:39
Original
822 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
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