I am sure you got this to work by now, but I was having a hard time as
well.

After carefully reviewing the themeroller styles they used images to
style the background for each day.  Through the documentation you will
see you can style them with the two classes:
.ui-datepicker-today
.ui-datepicker-current-day

The themeroller is actually setting a background-color inside the a
tag.

here is an example if using the cupertino theme from themeroller.

.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;
}

I will probably change the today background image, but this is how it
works.

Hopes this helps others.

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

--~--~---------~--~----~------------~-------~--~----~
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