Hi
I have a modal dialog, from which I wish to display another modal dialog. Problem is that occaisionally, upon disaplay of the child, the parent scrolls up off the page. I have managed to look at the style of the parent dialog table element and it has an inline style of -249px?
Parent Dialog
<table id="DialogShared_bdt" style="left: 401px; top: -249px; visibility: visible; position: absolute; z-index: 295003;" border="0" cellSpacing="0" cellPadding="0" eo_g="[object]" eo_x="null" eo_z="null">
Child Dialog
<table id="DialogShared2_bdt" style="left: 746px; top: 322px; visibility: visible; position: absolute; z-index: 295009;" border="0" cellSpacing="0" cellPadding="0" eo_g="[object]" eo_x="null" eo_z="null">
Any ideas?
It seems to be totally random, and it doesn't appear that constraining the object a parent helps.
Cheers
Sean