<STYLE type=text/css>
<!--
#calendar{
width:180px; /* 日历的宽度为180px */
margin-left:5px; /* 左边距5px */
border:1px solid #ECF4F6; /* 边框宽1px 实线 颜色为#ECF4F6 */
}
caption{ /*定义日历顶部月份*/
background-color:#ECF4F6; /* 背景颜色为#ECF4F6 */
line-height:20px; /* 行高为 20px */
font-weight:bold; /* 粗体 */
font-family:Georgia, "Times New Roman", Times, serif; /* 字体 */
}
th{ /* 定义星期 */
border-bottom:1px solid #ECF4F6; /* 底边线 宽度1 px 实线 颜色为#ECF4F6 */
background-color:#FCFDFE; /* 背景颜色为#FCFDFE */
}
#calendar table {
border-collapse: collapse; /*合并表格相临边框*/
}
/* 这个日历没有进行定义的内容包括: */
#calendar td{} /* 日历单元格样式 */
#calendar a{
background-color:grey;
} /* 有日志的号数样式(链接样式) */
#calendar a:hover{} /* 鼠标经过日历有链接的号数的样式 */
-->
</STYLE>
--------------------------------------------------------------------------------
试了一下,不错哦
<!--
#calendar{
width:180px; /* 日历的宽度为180px */
margin-left:5px; /* 左边距5px */
border:1px solid #ECF4F6; /* 边框宽1px 实线 颜色为#ECF4F6 */
}
caption{ /*定义日历顶部月份*/
background-color:#ECF4F6; /* 背景颜色为#ECF4F6 */
line-height:20px; /* 行高为 20px */
font-weight:bold; /* 粗体 */
font-family:Georgia, "Times New Roman", Times, serif; /* 字体 */
}
th{ /* 定义星期 */
border-bottom:1px solid #ECF4F6; /* 底边线 宽度1 px 实线 颜色为#ECF4F6 */
background-color:#FCFDFE; /* 背景颜色为#FCFDFE */
}
#calendar table {
border-collapse: collapse; /*合并表格相临边框*/
}
/* 这个日历没有进行定义的内容包括: */
#calendar td{} /* 日历单元格样式 */
#calendar a{
background-color:grey;
} /* 有日志的号数样式(链接样式) */
#calendar a:hover{} /* 鼠标经过日历有链接的号数的样式 */
-->
</STYLE>
--------------------------------------------------------------------------------
试了一下,不错哦
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}