js实现DIV的一些简单控制
<html> <head> <style type=”text/css”> #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; wi
下载地址
用户评论