Ok I fixed it ..... by dragging all 3 dlls back over to the project. Maybe one of them was updated.
oh well. that is working now.
But a suggestion for the modalPopup dialog ..... you can give your panel a CssClass that makes it visibility:hidden or display:none and the scripts don't do anything to make the div visible when the popup is called.
The reason I suggest this.... is you get an annoying flash/flicker on the screen when the "onload" scripts initially hide the div.
it would be nice to add a
_foregroundElement.style.display = 'block';
// or a
_foregroundElement.style.visibility = 'visible';
to the script.....
I guess for now I will try an initial left:-1000 / top:-1000
kellygreer1
Member
15 Points
3 Posts
Re: ModalPopup issue - IE6 bug - CommonToolkitScripts
Aug 08, 2006 09:59 PM|LINK
Ok I fixed it ..... by dragging all 3 dlls back over to the project. Maybe one of them was updated.
oh well. that is working now.
But a suggestion for the modalPopup dialog ..... you can give your panel a CssClass that makes it visibility:hidden or display:none and the scripts don't do anything to make the div visible when the popup is called.
The reason I suggest this.... is you get an annoying flash/flicker on the screen when the "onload" scripts initially hide the div.
it would be nice to add a
to the script.....
I guess for now I will try an initial left:-1000 / top:-1000
Thanks,
Kelly