如何学好java

如何学好java,其实很简单,只要用心体会,慢慢积累!
posts - 106, comments - 7, trackbacks - 0, articles - 3
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

我的js‘网址

Posted on 2011-04-21 23:20 哈希 阅读(111) 评论(0)  编辑  收藏 所属分类: Js and Jquery 常用总结
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>


只有注册用户登录后才能发表评论。


网站导航: