Hi
I have used the calendar extender on a textfield and it seems to work correctly, but I have a problem with the headerline since it shown with a scrollbar and the prev, month/year and next is shown on 3 lines instead of one.
From the code it seems that additional next,month/year and prec has been put into an additional <div></div> block hence the floating of the object does not work.
<div class="ajax__calendar_header" id="MainContent_txtChartStart_CalendarExtender_header"><div><div class="ajax__calendar_prev" id="MainContent_txtChartStart_CalendarExtender_prevArrow"></div></div><div><div class="ajax__calendar_next" id="MainContent_txtChartStart_CalendarExtender_nextArrow"></div></div><div><div class="ajax__calendar_title" id="MainContent_txtChartStart_CalendarExtender_title">maj, 2013</div></div></div>
Anybodt got an idea about how I have added the extra div or how to remove them?
Best regards
Thorbjørn