Myfaces中的日历组件显示位置的问题?
<t:inputCalendar id="start_date" renderAsPopup="true"
value="#{datagenerator.start_date}"
popupTodayString="#{msg.ui_popup_today_string}"
popupDateFormat="yyyy-MM-dd" addResources="true"
popupWeekString="#{msg.ui_popup_week_string}" forceId="true"/>
点击后出现日历,但显示的位置太远,
自己定义了它的样式
.jscalendar-DB-div-style
{
position: absolute;
margin-top: -80px;
margin-left: -280px;
}
但现在 报错:ERROR [DefaultAddResource] Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif