Bonjour,
Dans une stylesheet j'ai :
Je génére en PHP un tableau avec la class 'calendar' qui se trouve (le tableau) dans mon div #content qui lui même se trouve dans mon div #container.
Mais ma class 'calendar' ne s'applique pas à mon tableau
Comment faire...
Merci de votre aide...
Dans une stylesheet j'ai :
#content {
padding: 0;
clear: both;
}
#container {
...
}
table.calendar {border: 0; font-family: "Trebuchet MS", "Courier New", Courier, monospace;}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 9pt; background-color: rgb(255, 255, 0);}
table.calendar td {width: 24px; height: 12px; font-size: 9pt; background-color: rgb(255, 255, 210);}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a {text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 9pt; background-color: rgb(255, 255, 160);}
table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td {
font-size: smaller;
}
table.prevnext td a {text-decoration: none}
Je génére en PHP un tableau avec la class 'calendar' qui se trouve (le tableau) dans mon div #content qui lui même se trouve dans mon div #container.
Mais ma class 'calendar' ne s'applique pas à mon tableau

Comment faire...
Merci de votre aide...