On Friday, June 01, 2007 1:11 PM gee <> said: > E.g., instead of: > > Start date: [text input] [.png] > > The display appears as: > > Start date: > [text input][.png] > > I gather it has something to do with using a float in the style > declaration for a.dp-choose-date. Before I wade into experimenting > with alternate style declarations, I am wondering if anyone else has > already come up with a different markup that allows a label, text > input, and date selector button to appear on the same line.
I figured it out... :) In my case the solution was already stated on the demo page. :( You need to take the styles a.dp-choose-date, a.dp-choose-date.dp-disabled, and input.dp-applied from demo.css (or copied from the bottom of his demo page) into your datePicker.css file. You can keep the files separate but I prefer to keep all the datePicker styles in one file since I always use the icon. Hope this helps! Chris.