« 2008年3月10日 | トップページ | 2008年3月12日 »

2008年3月11日

浮き上がったようなカレンダー

Ukiagarikarenda





#calendar caption
{
background-image:url(項目前の画像のURL);
background-repeat:no-repeat;
height:23px;
padding-top:2px;
padding-left:25px;
}

#calendar a {
background-color:#d6efad;
}

#calendar th {
font-size: 10px;
text-align : center;
border :1px outset #f5f5f5;
}
#calendar td {
font-size: 10px;
text-align : center;
border :1px outset #f5f5f5;
}
#calendar td a {
font-size: 10px;
text-align : center;
display : block;
}

|

3色ボタン

3syokubotan3syokubotan1






#calendar CAPTION {
PADDING-LEFT: 20px; BACKGROUND: url(項目の前の画像のURL) no-repeat; HEIGHT: 30px
}

#calendar caption{
padding-top:1px;
padding-left:20px;
}

#calendar th {
font-size: 10px;
width: 19px;
height: 19px;
background: url("曜日のボタン画像のURL") no-repeat;
}
#calendar td {
font-size: 10px;
width: 19px;
height: 19px;
text-align : center;
background: url("書き込みのなかった日のボタン画像のURL") no-repeat;
}
#calendar td a {
font-size: 10px;
width: 19px;
height: 19px;
text-align : center;
display : block;
background : ;
background: url("書き込みのあった日のボタン画像のURL") no-repeat;
}


|

犬と骨

Gorohonekarenda





#calendar caption
{
padding-top:19px;
padding-left:37px;
}

#calendar {
background-image:url(画像のURL);
background-position:center; /*画像の位置*/
background-repeat:no-repeat; /*画像の繰り返し:なし*/
height:159px;
}/*カレンダーの背景画像*/

#calendar th {
padding-top:12px
}
#calendar td {
}

|

« 2008年3月10日 | トップページ | 2008年3月12日 »