Code : Tout sélectionner
<table id="tabcalendrier" summary="Calendrier des évènements">
<caption class="calendar-month">
<span class="">
<a href=admin//%22index.php/%22 onClick="go(10,2006); return false;">
<img src=mois_prec.jpg alt="Mois précédent" />
</a>
</span>
Novembre 2006
<span class="">
<a href=admin//%22index.php/%22 onClick="go(12, 2006); return false;">
<img src=mois_suiv.jpg alt="Mois suivant" />
</a>
</span><br />
<span style='color: black' id="event">
</span>
</caption>
<thead>
<tr>
<th abbr="Dimanche">Dim</th>
<th abbr="Lundi">Lun</th>
<th abbr="Mardi">Mar</th>
<th abbr="Mercredi">Mer</th>
<th abbr="Jeudi">Jeu</th>
<th abbr="Vendredi">Ven</th>
<th abbr="Samedi">Sam</th>
</tr>
</thead> Code : Tout sélectionner
<img src=mois_prec.jpg alt="Mois précédent" />Pour mon exemple, mon calendrier est inclus dans un div, qui celui de mon menu, et dans ce div que je déclare la couleur de la police... voilà