hello,
I want to use jquery-UI datetime plugin from here:
datetimepicker websiteit
requires: jquery UI, and datepicker and slider. so i went to jquery
website and downloaded the following from a theme called smoothness:
UI core : -> ALL
interactions: NONE
widgets: AUTOCOMPLETE, SLIDER, DATEPICKER. SLIDER
Effects: NONE
AND, i have now following lines in my html code now:
<script src="/jscript/jquery-1.6.1.min.js" type="text/javascript"></script>
<script src="/jscript/myjqlib.js" type="text/javascript"></script>
<script src="/jscript/jquery-ui-1.8.21.custom.min.js" type="text/javascript"></script>
<script src="/jscript/jquery-ui-timepicker-addon.js" type="text/javascript"></script>
<link rel="stylesheet" href="/css/jquery-ui-1.8.21.custom.css" type="text/css"/>
<link rel="stylesheet" href="/css/dttimepicker.css" type="text/css"/>
...
....other HTML code
i am able to launch the datetimepicker, but it is way out of shape. it is looking too big and spread all over the page???
looking like this: why???

how can i fix this? what am i missing?
pl. advice.
thank you.
Rajeev