« 2008年3月15日 | トップページ | 2008年3月30日 »

2008年3月16日

CSS図解

Css5pxFilecssKijiniwakucssCalendarcssMyniftymylistrsscssSidekijikategorinadocssCocologwakucssComentorancss

|

画像を使わず線だけのカレンダー(モカ)

Karendasendakemoka





===========> ここから... φ(。。 )

#calendar table{
border :1px solid #61523f
}

DIV#calendar{
border :1px solid #61523f;
BACKGROUND-COLOR: #8c7d63
}

#calendar CAPTION {
color:#;
text-align : center;
padding-top:3px;
HEIGHT: 20px
;BACKGROUND-COLOR: #a5967b
;border :1px solid #61523f;
}

#calendar th {
font-size: 10px;
width: 19px;
height: 19px;
text-align : center;
border-top :1px solid #61523f;border-right :1px solid #61523f;border-bottom :3px double #61523f;border-left :1px solid #61523f;
}
#calendar td {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
border :1px solid #61523f;
}

#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;
BACKGROUND-COLOR: #594b39;
border :1px dashed #61523f;
}

<=========== ここまで! φ(。。;)

|

« 2008年3月15日 | トップページ | 2008年3月30日 »