I managed to get the YUI calendar widget working fine. But When it displays it doesn't "float" over the page, that is, it pushes content around out shape. I need it to float above the page and not affect other elements.
There doesn't seem to be a property to force the calendar to float over the page.
Does anyone know how to ensure that the widget floats above the page when displayed. The button that displays the widget is inside a table. HTML below
<tr>
<td>Expiry Date</td>
<td><input name="ExpiryDate" value="" id="ExpiryDate">
<img id="calico" src="resources/images/calendar_icon.gif" />
<div id="calWidget"></div>
</td>
</tr>