Thanks for your great work, it has been very helpful to me.
In one of my applications I need a popup window with several objects to show some calculations.
One of those objects is a jquery-spinner. (Sorry, I have not found a dhtmlx-spinner).
With that spinner I have problem. Until sofar I have not been able to postion the spinner absolute.
When I include de position items in the style of the input (“position:absolute; top:50px; left:300px;”) the spinner dissappears.
With the jquery-datepicker there are no position problems.
Can you help me with it?
here’s a stripped example:
Main html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow: auto; } Main Info