我的js‘网址

http://www.51xuediannao.com/JS/texiao/up_gundong.html

http://www.csrcode.cn/html/txdm/txtx/3078.htm

http://www.yesky.com/imagesnew/software/jscript/index.html


jquery网页特效

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>嵌套DIV层的css定位实现丨芯晴网页特效丨CsrCode.Cn</title>
<style>
#box1 {
 position: absolute;
 top: 100px;
 left: 100px;
 width: 400px;
 height: 300px;
 background-color: #B0C4DE;
 border: 2px solid #34537D
}
#box2 {
 position: absolute;
 bottom: 2em;
 right: 2em;
 width: 150px;
 background-color: #FFFAFA;
 border: 2px solid #CD5C5C;
}
</style>
</head>
<body>
<div id="box1">This is box one. It is positioned 100 pixels from the top and 100 pixels from the left of the viewport
 <div id="box2">This is box two. It is positioned 2 em from the bottom and 2 em from the right of the parent element - box1</div>
</div>
</body>
</html>

 <p align="center"><font color=black>本特效由 <a href="http://www.CsrCode.cn" target="_blank">芯晴网页特效</a>丨CsrCode.Cn 收集于互联网,只为兴趣与学习交流,不作商业用途。来源:源码爱好者</font></p><hr>

你可能感兴趣的:(我的js‘网址)