more IE issues with a double entry datepicker

So now that I look a little closer, I need to be more specific with my question. Here is the layout. I am trying to have two separate date-pickers on the same page with two separate text inputs.


                                

                                  Arrival date:
                                    
                                

                                

                                  Departure date:
                                    
                                

                            

Is this possible in IE? I do not have a problem in any other browser that I have tested.
Also, the original solution that you mentioned works but all of the code listed after the calendar instantiation is gone and null. It will not show after the calendar.
thank you,
Ralph

To avoid this IE issue you can wrap calendar init code with window.setTimeout() function.

For example:
                        


                
                 Arrival date:
                                    
                                

                                

 
                                Departure date:
                                
                                

                            

Or you can move this init code to bodyOnLoad event handler.