Not sure if my first post went through.  Hope this is not duplication.

I used the cupertino theme from Themeroller to style my datepicker,
but I noticed that the current day or today was not highlighted
either.  I finally figured it out though and hope this helps others.

After reviewing their css file I noticed they uses images for the
background and they are actually styling the link itself.

.ui-datepicker-today a {
        background: #d8d8d8 url(images/
8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x !important;
}
.ui-datepicker-current-day a {
        background: #d8d8d8 url(images/
8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x !important;
}

On Sep 2, 2:32 am, Mat <[EMAIL PROTECTED]> wrote:
> How do Ihighlightthecurrentday in active calendar? Also, is there
> a facility available which will allow me to click a link which
> automatically inserts today'sdate?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to