3 Replies Latest reply on Jul 4, 2008 3:46 AM by amontobin

    HtmlCalendar and SimpleTogglePanel

    amontobin

      Hi,

      I've got a problem with using Calendar and SimpleTogglePanel ; calendar does not appear on top of the SimpleTogglePanel just after.
      On IE, it works but not on firefox.

      Here is the screenshot : http://sebastien.boutte.free.fr/Images/calendar.jpg

      I try to change z-index value but no result.

      Any ideas ?

      Thanks

        • 1. Re: HtmlCalendar and SimpleTogglePanel

          You tried to use z-index of the calendar itself, right?
          Try to make the panel with calendar higher than the panel below (using z-index and relative positioning)

          • 2. Re: HtmlCalendar and SimpleTogglePanel
            amontobin

            Hi Serguey,

            You're right i've just changed the z-index of the calendar.
            You said : "Try to make the panel with calendar higher than the panel below (using z-index and relative positioning)."
            Which panel to change ?
            My Ui is built with nested panels : SimpleTogglePanel - Panel -PanelGrid - SimpleTogglePanel - ...
            The panel that just enclosed Calendar or another one ?

            What do you mean with relative positionning ? Don't know what you want me to do.

            Thank you for your time,

            Sebastien

            • 3. Re: HtmlCalendar and SimpleTogglePanel
              amontobin

              Like Sergey said, i've Just found the solution :

              In my UI, i have several grid panel which contains nested panels.
              I changed the style of the grid panel which contains the calandar.

              Style Grid Panel Calendar : width : 100%;position: relative; top: 6px; left: 0px;z-index : 300;

              And now it works !!!

              Sebastien