Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Set the size & position of jquery Date picker calendar icon trigger image

Tags:

People also ask

How do you change the size of a shape?

Select the picture, shape, WordArt, or other object to resize. To resize multiple objects at the same time, press and hold Shift while selecting each object. Select Shape Format, Picture Tools Format, or Drawing Tools Format and enter the new measurements into Height and Width.

How do I change the size of a box in Word?

To resize a shape, text box, or WordArt, under Drawing Tools, on the Format tab, in the Size group, enter the measurements that you want into the Height and Width boxes.


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