0 Replies Latest reply on Feb 24, 2011 12:57 AM by simonc2009

    problem calendar popup

    simonc2009

      Hi,

       

      I have a program, using datatable, with each row contains a date field, with richfaes calendar. It works.

      But, problem found when I set a div.scroll on the datatable.

      When program runs, I click the calendar field, the calendar popup is getting hide behind the player, so i cant view complete calendar popup.

      See attached jpg and using IE 6 and IE 8 got this problem, Firefox 3.6.12 got no that problem.

       

      I would like to have the "whole calendar popup" which set in front layer of the div.scroll.

       

      Anyone can help?

       

      Thanks.

       

      div.scroll

      {

          width:600px;

          height:240px;

          overflow:scroll;

      }

       

      <div class="scroll">

           <rich:dataTable .....>

                     <rich:column width="100px" value="" >

                               <rich:calendar value=""....

                               </rich:calendar>

                     </rich:column>

          </rich:dataTable>

      </rich>

       

      </div>