1 Reply Latest reply on Mar 10, 2008 3:02 PM by ilya_shaikovsky

    rich:calendar is too wide under IE7/FF

    jimjxr

      Hi,

      I'm using the following code to display the calendar in a seam xhtml page:

      <rich:calendar id="startDate" value="#{reportList.startDate}" datePattern="MM/dd/yyyy" cellWidth="10px">
      </rich:calendar>

      the problem is the calendar showup normally in IE6, but in IE7 or Firefox, the calendar becomes very wide, each cell is much more wider than 10px. Anyone has this problem before? Which attribute should I use to keep the width of the calendar normal?

      Thanks