●休日表示付リアルタイムカレンダー 上手くいきました
いろんな方のアドバイスのおかげで上手くいきました。 Yujiroさんのアドバイス通りにしても状況は変わらなかったので半ば諦めていたのですが、Coffee Timeのchiffonさんからコメント通り修正するとなんと上手くいったのでした!
Coffee Time:月送りリアルタイムカレンダーに休日表示追加…訂正
chiffonさん アドバイスありがとうございました。
当方のカレンダースタイルシートは以下です。
@charset "utf-8";body {
background: #ffffff;
margin: 0px 0px 0px 0px;
}#links {
float: center;
background: #ffffff;
}a {
color: #008080;
text-decoration: none;
}a:hover {
color: #FF9900;
background-color: #E0FFFF;
text-decoration:underline;
}.calendarhead {
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #666666;
letter-spacing: .3em;
}.calendar {
font-family: Verdana, Arial, sans-serif;
color: #666666;
font-weight: normal;
letter-spacing: normal;
text-decoration: none;*/
background: none;
}.calendar th {
font-size:8px;
width : 20px ;
}.calendar td {
font-size:9px;
}.calendar table {
padding: 0px;
border-collapse: collapse;
}.today {
display: block;
border: 1px solid #444444;
}
.holiday {
color: #e50003;
}
.saturday {
color: #0000ff;
}.holiday a {
color: #e50003;
text-decoration: none;
}.holiday a:hover{
color: #e50003;
text-decoration: underline;
}.saturday a {
color: #0000ff;
text-decoration: none;
}.saturday a:hover{
color: #0000ff;
text-decoration: underline;
}
コメント
ささやかながらお役に立てたようでうれしいです。
レンタルブログと違って、自分で好きにできるので、
これからも楽しみながらカスタマイズしていけたらいいですね。
Posted by: chiffon | 2006年3月25日 17:56