ps:
1.如果数据单元格没有数据,请将id设为空或去掉id,样式为inactive.则选择时会跳过此单元格。
2.如果不想某个单元格被选,请将class设为“bg_green”,则选择时会跳过此单元格。
calendar
body,td{margin:0;font:12px verdana;cursor:default;}#ca td{/*width:20px;height:25px;*/border-right:1px solid;border-bottom:1px solid;text-align:center;}.daystitle td{border-right:1px solid #a6d2ff;text-align:center;font-weight:bold;}.font_red{color:red;}.monthstitle td{border-bottom:1px solid #a6d2ff;text-align:center;color:#fafafa;}.bg_red{background-color:#ff0000;color:#ffffcc; border-color:#ffcccc;}.bg_green{background-color:#00cc00;}.inactive{background-color:#e1f0ff; border-color:#a6d2ff;}.nodata{background-color:#ccc; border-color:#999;}
