プラグインカレンダーの土曜日日曜日の日にちの色を変えたい
初めて質問させていただきます。
プラグインカレンダーの土曜日(Sat)、日曜日(San)の
日にちの部分(数字)の色をそれぞれ青、赤に変えたいです。
Sat、Sanの部分の色は変更出来ました。
合わせて、祝日の日にちの部分の色も変えたいです。
よろしくお願いいたします。
2013年02月05日 22:42 by S
画像です。
お手数おかけしました。
2013年02月06日 18:53 by S
昨日教えていただいた通りで間違いありませんでした。
昨日も同じようにやったつもりでしたが私のミスがあったのだと思います。
申し訳ありませんでした。
ありがとうございました。
2013年02月06日 18:47 by S
両方やってみましたができません。
ありがとうございました。
違う所をいじってしまっているのかもしれません。
色々やってみます。
できましたら報告します。
2013年02月06日 01:53 by S
気になるようならCSSの
table.calender th#sun {
color: #DC143C;
}
これを参考に
table.calender td#sun {
color: #DC143C;
}
あるいは
table.calender td.sun {
color: #DC143C;
}
とかで変わるはずです。リンク文字のCSSは
table.calender td.sun a {
color: #DC143C;
}
これでOK?
2013年02月06日 00:59 by no save
<div class="plugin-calender" &align>
<table summary="カレンダー" class="calender& quot;>
<caption>
<a href="<%prev_month_link>">&l t;%prev_month></a>
| <%now_year>/<%now_month> |
<a href="<%next_month_link>">&l t;%next_month></a>
</caption>
<tr>
<th abbr="日曜日" scope="col" id= "sun">日</th>
<th abbr="月曜日" scope="col"> 月</th>
<th abbr="火曜日" scope="col"> 火</th>
<th abbr="水曜日" scope="col"> 水</th>
<th abbr="木曜日" scope="col"> 木</th>
<th abbr="金曜日" scope="col"> 金</th>
<th abbr="土曜日" scope="col" id= "sat">土</th>
</tr>
<!--calender-->
<tr>
<td id="sun"><%calender_sun> ;</td>
<td><%calender_mon></td>
<td><%calender_tue></td>
<td><%calender_wed></td>
<td><%calender_thu></td>
<td><%calender_fri></td>
<td id="sat"><%calender_sat> ;</td>
</tr>
<!--/calender-->
</table>
</div>
tdタグにid要素を追加。普通id要素は1Pに1回しか使わないのでclass="sun"って書くの が普通です。
1000文字制限のため続く
2013年02月06日 00:59 by no save
Copyright(c)1999 FC2, Inc. All Rights Reserved.
@fc2infoさんをフォロー