又要搬家了
正在找房子……
彻底删除了QQ空间
更新了一下wordpress
换了个模板
添加了 “My Girl”和“流水帐”2个导航 把宝贝的照片放进了博客
“About”“Image”还没想好放什么 留着以后再说吧
时间长不写东西还有点手痒
以后就在这里安家吧
毕竟知道的人少 很悠闲
祝自己生日快乐~!
<!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 »
<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>