チューリップのカレンダー
#calendar CAPTION {
PADDING-LEFT: 22px; BACKGROUND: url(画像のURL) no-repeat; HEIGHT: 20px
}
#calendar th {
color:#ffffff;
font-size: x-small ;
width: 19px;
height: 19px;
text-align : center;
background: url("曜日の画像のURL") no-repeat bottom left;
}
#calendar td {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
background: url("日付の画像のURL") no-repeat bottom left;
}
#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;
background: url("書き込みのあった日の画像のURL") no-repeat bottom left;
}
| 固定リンク


