顺子
一路向北漂儿……
25
Nov

又要搬家了

Posted in Uncategorized  by shunzi

正在找房子……

22
Nov

闹心

Posted in 日记  by shunzi

我操他妈的 闹心

21
Nov

搬家

Posted in 日记  by shunzi

彻底删除了QQ空间
更新了一下wordpress
换了个模板
添加了 “My Girl”和“流水帐”2个导航 把宝贝的照片放进了博客
“About”“Image”还没想好放什么 留着以后再说吧
时间长不写东西还有点手痒
以后就在这里安家吧
毕竟知道的人少 很悠闲

祝自己生日快乐~!

17
Oct

JS菜单

Posted in JavaScript  by shunzi

 

Read the rest of this entry »

16
Oct

简洁TAB

Posted in JavaScript  by shunzi

<!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>
<meta http-equiv=”Content-Type” content=”text/html;charset=gb2312″ />
<title>简洁Tab</title>
<style type=”text/css”>
<!–
body,div,ul,li{
 margin:0 auto;
 padding:0;
}
body{
 font:12px “宋体”;
 text-align:center;
}
a:link{
 color:#00F;
 text-decoration:none;
} Read the rest of this entry »

15
Oct

JavaScript窗口拖动

Posted in JavaScript  by shunzi

<html>
<head>
<title>DRAG the DIV</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<style>
*{font-size:12px}
.dragTable{
 font-size:12px;
 border-top:1px solid #3366cc;
 margin-bottom: 10px;
 width:100%;
 background-color:#FFFFFF;
}
td{vertical-align:top;}
.dragTR{
 cursor:move;
 color:#7787cc;
 background-color:#e5eef9;
 height:20px;
 padding-left:5px;
 font-weight:bold;
}
#parentTable{
 border-collapse:collapse;
 letter-spacing:25px;
}
</style>

Read the rest of this entry »