Problem setting style of a calendar control via stylesheet

M

Martin Bischoff

Hi. I have a problem setting the style of a calendar control using style
sheets.

Example: I have set the calendar control's property
TodayDayStyle-CssClass to "today". In my .css I have:

..today
{
color: Red;
background-color: Yellow;
}

The calendar control will render today's day with a yellow background,
but it ignores the red foreground-color.

When I look at the generated html code in the browser, I can see the
following (this is the <TD> for today):

<td class="today" align="Center" style="width:14%;"><a
href="javascript:__doPostBack('Calendar1$Calendar1','1836')"
style="color:Black">10</a></td>


The <a> tag has it's color set to Black. I did not set this anywhere,
neither in the control's properties, nor in the .css.

Is there any way to stop the calendar control from writing this
"color:Black" so that the definitions from the css are used?


Thanks,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top