Datepicker button at the wrong position
I am trying to use the Datepicker with jQuery.ui 1.6rc6 and I have a
problem with the position of the button:
Instead of appearing right next to the text field, it appear at the
top left of my page!
And I cannot use the class ui-datepicker-trigger to specify the
position, because I have 2 date picker on the same page.
The problem is probably related to the fact that the page is generated
by the JSF framework. If I am using it inside a plain html it is
working fine.
How is the position of the button is set?
Is there a way to specify a specific class for the image?