i am using jquery date picker the calendar icon trigger image near textbox is by default is on top i want to set the image size (height) same as textbox height please give me some suggestions
my code is
$(#textbox1).datepicker({
showOn: "button",
buttonImage: "calendar_1.png",
buttonImageOnly: true
)};
Inspecting the element with firebug, I got this:
eg:
button.ui-datepicker-trigger imgYou can then work with that CSS class
ui-datepicker-trigger.