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

js implements some simple control of DIV_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:12:39770browse


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