Calendar CSS - Select today

Last post 05-09-2008 4:43 PM by barryman9000. 2 replies.

Sort Posts:

  • Calendar CSS - Select today

    05-09-2008, 12:59 PM
    • Loading...
    • barryman9000
    • Joined on 01-24-2006, 1:58 PM
    • Santa Barbara CA
    • Posts 336

    What's the CSS class or child class to change the look of today's date using the calendar extender control?  I'm not having any luck finding it.

    So when the calendar pops up, I want today's day to be outlined, or have a different font color or something.

     

    Thanks!

  • Re: Calendar CSS - Select today

    05-09-2008, 3:30 PM
    • Loading...
    • DarthSwian
    • Joined on 12-04-2007, 2:47 PM
    • Florida
    • Posts 412

     I typically create my own styles and apply them.

     

                                                <TodayDayStyle CssClass="cToday"></TodayDayStyle>
                                                <DayHeaderStyle CssClass="cLegend"></DayHeaderStyle>
                                                <SelectedDayStyle CssClass="cSelected"></SelectedDayStyle>
                                                <TitleStyle CssClass="cTitle"></TitleStyle>
                                                <WeekendDayStyle CssClass="cWeekends"></WeekendDayStyle>

    "Hokey religions and ancient weapons are no match for a good blaster at your side."
  • Re: Calendar CSS - Select today

    05-09-2008, 4:43 PM
    • Loading...
    • barryman9000
    • Joined on 01-24-2006, 1:58 PM
    • Santa Barbara CA
    • Posts 336

    Thanks for the reply.  I think those are for the standard Calendar control, not the Ajax Calendar Extender control.  Is there something like that for the Ajax control?

Page 1 of 1 (3 items)