ガラス風カレンダー
#calendar caption
{
background-image:url(画像のURL);
background-repeat:no-repeat;
height:30px;
padding-top:6px;
padding-left:32px;
}
#calendar th {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
background: url("曜日の台の画像のURL") no-repeat;
}
#calendar td {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
background: url("日にちの台の画像のURL") no-repeat;
}
#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;
background : ;
background: url("書き込みがあった日の画像のURL") no-repeat;
}
| 固定リンク


