3 Replies Latest reply on Feb 1, 2008 6:00 AM by ilya_shaikovsky

    modal panel position issue in v 3.1.4

    dhckim

      Hi,

      I'm having problem with opening modal panel in the center of the screen in IE7. It used to open in the center of the screen with version 3.1.3 but now I can't. Is there a solution to this?

      here's my code for modal panel

      <rich:modalPanel id="modalPanel" minHeight="415" minWidth="1131" height="415" width="1131" zindex="2000" resizeable="false" moveable="false" autosized="true">

      and here's a button that would bring up the modal panel

      <a4j:commandButton value="button" onclick="Richfaces.showModalPanel('modalPanel');">


      Thanks