1) the Vista skin that comes with the package seems to cause the very top line of the title bar to disappear. Changing the following in the CSS fixes the issue:
div.radwindow_Vista table td.titlebar
{
background: transparent url('Window/TitleBar.gif') repeat-x left top;
}
The bolded part was "bottom". Changing it to "top" fixes it.
2) center() does not center the window to the current viewing area. On a long page, if you scroll down a bit and then click on a link (which happens to be near the top of the viewing area after scrolling) to open the rad window, even after executing the oWin.center(); function the window still does not center vertically. It is stuck to the center position of the page when the page is first loaded (before scrolling). This doesn't happen with the previous prom version.
div.radwindow_Vista table td.titlebar
{
background: transparent url('Window/TitleBar.gif') repeat-x left top;
}
The bolded part was "bottom". Changing it to "top" fixes it.
2) center() does not center the window to the current viewing area. On a long page, if you scroll down a bit and then click on a link (which happens to be near the top of the viewing area after scrolling) to open the rad window, even after executing the oWin.center(); function the window still does not center vertically. It is stuck to the center position of the page when the page is first loaded (before scrolling). This doesn't happen with the previous prom version.